{% extends request.is_ajax|yesno:'nullcont.htm,abonapp/ext.htm' %} {% load i18n %} {% load guardian_tags %} {% block content %}
| {% 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' %} | ||||