{% if postos | length > 0 %} {% for posto in postos %}
{% if posto.root_post %}
{% else %}
{% endif %}
#{{ posto._key }} Ответов: {{ posto.answers_num }} Длина треда: {{ posto.children_num }}
{% if posto.images[0] | length > 0 %} {% endif %}
#{{ posto._key }} Ответов: {{ posto.answers_num }} Длина треда: {{ posto.children_num }} {% if posto.parent_post %} >>{{ posto.parent_post }} {% endif %}

{{ posto.texto }}

{% if posto.answers_list[0] | length > 0 %}

Ответы:

{% for ans in posto.answers_list[0] %} {% if (posto.answers_list[1])[loop.index-1] > 0 %} {% if (posto.answers_list[2])[loop.index-1] > 0 %} >>{{ (posto.answers_list[0])[loop.index-1] }} (ответов {{ (posto.answers_list[1])[loop.index-1] }}, длина {{ (posto.answers_list[2])[loop.index-1] }}) {% else %} >>{{ (posto.answers_list[0])[loop.index-1] }} (ответов {{ (posto.answers_list[1])[loop.index-1] }}) {% endif %} {% else %} >>{{ (posto.answers_list[0])[loop.index-1] }} {% endif %} {% endfor %} {% endif %}
{% endfor %} {% endif %}