{% for review, subcomments in comments %}
{% with review as comment %}
{% with subcomments as subs %}
{% include "at-comment.html" %}
{% endwith %}
{% endwith %}
{% if subcomments %}
{% for comment in subcomments %}
{% include "at-comment.html" %}
{% endfor %}
Пока отзывов нет
{% endfor %}