{% for comment in commentsInfo.list %}
{{comment.user.login}}{{comment.update_time}}
{{comment.body_html | safe}}
{% endfor %} {% if commentsInfo.list.length %}
{% if commentsInfo.page.prev %}{% endif %} {{commentsInfo.page.curr}} / {{commentsInfo.page.total}} {% if commentsInfo.page.next %}{% endif %}
{% else %}

No comments

{% endif %}