{% extends request.is_ajax|yesno:'nullcont.htm,tariff_app/ext.html' %} {% load i18n %} {% block content %}
| {% trans 'Periodic pay name' %} | {% trans 'When pay created' %} | {% trans 'Script type for calculations' %} | {% trans 'Total amount' %} | # |
|---|---|---|---|---|
| {{ pay.name }} | {{ pay.when_add|date:'j M Y' }} | {{ pay.get_calc_type_display }} | {{ pay.amount }} | {% if can_view %} {% else %} {% endif %} |
| {% trans 'The list is empty' %} | ||||
| {% trans 'Add' %} | ||||