{% extends "base.html" %} {% load pytils_numeral %} {% block title %}История расчётов{% endblock %} {% block content %}

История оплат

Купить лицензию
Все счета
{% for license in licenses %} {% endfor %}
Дата оплаты По счёту Сумма Срок лицензии Период действия лицензии Статус лицензии Закрывающие документы
{{ license.paid_date|default:'-' }} {% if license.pay_sum %}{{ license.id }}{% else %}-{% endif %} {% if license.pay_sum %}{{ license.pay_sum }}{% else %}-{% endif %} {{ license.get_term }} {% if license.date_from %}{{ license.date_from }} - {{ license.date_to }}{% else %}-{% endif %} {{ license.get_status_display }}

{{ license.get_paid_status|default:'' }}

Разные документы
{% endblock %}