{% extends request.is_ajax|yesno:'nullcont.htm,abonapp/ext.htm' %} {% load i18n %} {% load guardian_tags %} {% block content %} {% for ph in pay_history %} {% empty %} {% endfor %}
{% trans 'Sub' %} {% trans 'Sum' %} {% trans 'Date of payment' %} {% trans 'Author of payment' %} {% trans 'Comment' %}
{{ ph.abon.username }} {{ ph.amount }} {{ ph.date|date:'d F Y, H:i:s' }} {{ ph.author.username }} {{ ph.comment }}
{% trans 'Payment history is empty' %}
{% if perms.abonapp.can_add_ballance %} {% trans 'Fill account' %} {% else %} {% trans 'Fill account' %} {% endif %} {% trans 'Debts' %}
{% include 'toolbar_page.html' with pag=pay_history %} {% endblock %}