{% extends "sro2/stagelist/stagelist_base.html" %} {% load sro2_extras %} {% block stages %}
Краткое
Полное
Печать:
HTML
{% if stagelist.isperm %}
PDF
{% else %}
Напечатать приложение
{% endif %} {% if canedit_orgsro and perms.sro2.add_stagelist %}
{% endif %}
{% for item, child in itemlist.iteritems %}

{# {% if child.paused %} {{ child.paused|date }} {% else %}       #} {#      {% endif %}#} {% if child.children %} {% else %}   {% endif %} {% if child.children %} {% endif %} {{ item.code }}. {{ item.name }} {% if child.children %} {% endif %}

{% if child.children %} {% endif %} {% endfor %}

Итого: {% ifnotequal danger 1 %} {{ stagelist.permitstage_set.count_ordinar }} {% else %} {{ stagelist.permitstage_set.count_danger }} {% endifnotequal %}


{% if stagelist.isperm %}
{% endif %}
{% endblock %}