{% if notes_url %}{% if not newest_first %}
{{ trans('more_comments') }}
{% endif %}{% endif %} {% for comments_list_item in comments_list %}
{{ comments_list_item['timestr'] }}
{{ comments_list_item['commenter_name'] }}: {{ comments_list_item['title'] }}
{{ comments_list_item['content'] }}
{% endfor %} {% if notes_url %}{% if newest_first %}
{{ trans('more_comments') }}
{% endif %}{% endif %} {% if allow_commenting %}
{{ hidden }}
{% endif %}