|
{% if loop.index0 == 0 and new == 1 %}
{% else %}
{{ elem|nl2br }}
{% endif %}
{% if 'myInput' in Finput[loop.index0] %} {% if (loop.index0 != '8' and loop.index0 != '9' and loop.index0 != '11') %} {% endif %} {% endif %} {% if aShapka[loop.index0] == 'Действие' %} {% if F_Actual == '+' %} {% else %} {% endif %} {% endif %} |
{% endfor %}
|---|