{% extends "base_sidebar.html" %} {% block sidebar_block %} {% endblock %} {% block content_table %}
|
{% if loop.last %}
{% if row[6] == '+' %}
Аннулирована
{% else %}
{% if edit == 1 or fio == row[2] %}
{% if del_yes == 1 %}
{% endif %}
{% else %}
{% endif %}
{% endif %}
{% elseif aShapka[loop.index0] =='ТЗ'%}
{% elseif aShapka[loop.index0] =='Зам.'%}
!
{% elseif aShapka[loop.index0] =='Исполнитель'%}
{{ elem|nl2br }}
{% else %}
{% if elem == '00.00.0000' %}
{% else %}
{% if row[6] == '+' and loop.index0 == 0 and del_yes == 1 %}
{% else %}
{% if (elem|length > 0 and loop.index0 != 11 ) or ( elem|length == 8 and loop.index0 == 11) %}
{{ elem }}
{% else %}
.. {% endif %} {% endif %} {% endif %} {% endif %} |
{% endfor %}