{% set linenum = loop.index0 %}
{% for variant in variants %}
{% set content = item[variant+1] %}
{% if content %}
{% if first_indices[variant] == linenum %}
{{ content | safe }}
{% else %}
{{ content | safe }}
{% endif %}
{% elif linenum != 0 %}
{% elif first_indices[variant] and first_indices[variant] > 5 %}
Перейти к тексту ↓
{% elif not first_indices[variant] %}
[пусто]
{% endif %}
|
{% endfor %}
{% endfor %}