{% from 'macro.html' import comment_html with context %} {% for comment in comments %}
{% call comment_html(comment, short=comments_short, with_controls=not comments_short and not without_comment_controls, with_vote=not comments_short) %} {% if comments_short or with_story_link %} к рассказу {{ comment.story.title }} {% endif %} {% endcall %}
{% else %}

Здесь пока ничего нет

{% endfor %}