{% from 'macro.html' import comment_html with context %} {% for ctype, 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_target_link %} {% if ctype == 'story' %} к рассказу {{ comment.story.title }} {% elif ctype == 'news' %} к новости {{ comment.newsitem.title }} {% endif %} {% endif %} {% endcall %}
{% else %}

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

{% endfor %}