{% extends 'basic.html' %} {% load humanize i18n static %} {% block title %} Daftar Pasien Kasir {% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block content %} {% language 'id' %} {% include "header.html" %} {% for x in messages %} {{ x }} {% endfor %} Dashboard Voucher VOUCHER HISTORY {% include 'promotion/voucher/voucherlist.html' %} {% include 'promotion/voucher/history.html' %} {% include "footer.html" %} {% endlanguage %} {% endblock %}