{% for comment in comments %}

{{ comment.page_title }}

{% with author_id=comment.author_id %} {% if author_id %}
{{ link_user(author_id) }}
{% endif %} {% endwith %}
{{ comment.body|markdown(lazy_load=True)|reference|str|safe }}
{{_("...More")}}
{% endfor %} {% include "feed/has_next.html" %}