{% extends "sro2/protocol/protocol_base.html" %} {% load sro2_extras %} {% block body_main_button %} {% if perms.sro2.change_protocol %}
Изменить
{% endif %}     {% if perms.sro2.delete_protocol and protocol.permit_set.count == 0 %} {% endif %} {% endblock %} {% block permits %} {% if not protocol.type %}

Свидетельства:

{% for p in protocol.permit_set.all %} {% endfor %}
{{ p.stagelist.orgsro.org.name }} № {{ p.no }} от {{ p.date|date }}
{% endif %} {% endblock %}