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