{% extends "lingo/invoicing/manager_regie_detail.html" %} {% load gadjo i18n %} {% block page-title-extra-label %}{% trans "Dockets" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }} {% trans "Dockets" %} {% endblock %} {% block appbar %}
{% trans "Number" %} | {% trans "Payment types" %} | {% trans "Number of payments" %} | {% trans "Stop date" %} |
---|---|---|---|
{{ docket }} | {% for payment_type in docket.payment_types.all %}{{ payment_type }}{% if not forloop.last %}, {% endif %}{% endfor %} | {% if docket.active_count %} | {% endif %} {% if docket.cancelled_count %} {% endif %}{{ docket.date_end|date:"d/m/Y" }} |