URL: {{url}}
Одинаково
{% for variant in variants %} {% endfor %} {% for item in items %} {% if not loop.last and items[loop.index0+1][0] != item[0] + 1 %} {% set trclass = "abovegap" %} {% else %} {% set trclass = "" %} {% endif %} {% set linenum = loop.index0 %} {% for variant in variants %} {% set content = item[variant+1] %} {% endfor %} {% endfor %}
{% 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 %}