{% if log %} {% endif %} {% if comments_pending %}
{% for comment in comments_pending %}
{{ comment.author }} {% if comment.addr %} {{ comment.addr }} {% endif %} {{ comment.post_time | date(format="%F %R", locale=time_lang) }} {% if comment.last_edit_time %} {{ comment.last_edit_time | date(format="%F %R", locale=time_lang) }} {% endif %} {% if comment.editable %} {% if comment.original %} {{ tr(l=l,k="admin-comment-edit-edit")|safe }} {% else %} {{ tr(l=l,k="admin-comment-edit")|safe }} {% endif %} {% endif %} {% if admin %} {% if comment.needs_approval %} {% if comment.original %} {{ tr(l=l,k="admin-comment-approve-edit")|safe }} {% else %} {{ tr(l=l,k="admin-comment-approve")|safe }} {% endif %} {% endif %} {% if comment.original %} {{ tr(l=l,k="admin-comment-remove-edit")|safe }} {% else %} {{ tr(l=l,k="admin-comment-remove")|safe }} {% endif %} {% endif %}

{{ comment.text }}

{% if admin and comment.original %}
{{ comment.original.author }} {{ comment.original.post_time | date(format="%F %R", locale=time_lang) }} {% if comment.original.last_edit_time %} {{ comment.original.last_edit_time | date(format="%F %R", locale=time_lang) }} {% endif %} {% if comment.editable %} {{ tr(l=l,k="admin-comment-edit")|safe }} {% endif %} {% if admin %} {{ tr(l=l,k="admin-comment-remove")|safe }} {% endif %}

{{ comment.original.text }}

{% endif %}
{% endfor %}
{% endif %}
{% for comment in comments %}
{{ comment.author }} {{ comment.post_time | date(format="%F %R", locale=time_lang) }} {% if comment.last_edit_time %} {{ comment.last_edit_time | date(format="%F %R", locale=time_lang) }} {% endif %} {% if comment.editable %} {{ tr(l=l,k="admin-comment-edit")|safe }} {% endif %} {% if admin and comment.needs_approval %} {{ tr(l=l,k="admin-comment-approve")|safe }} {% endif %} {% if admin %} {{ tr(l=l,k="admin-comment-remove")|safe }} {% endif %}

{{ comment.text }}

{% endfor %}
{% if new_comment_errors %}

{{ tr(l=l,k="error-list",nb_errors=new_comment_errors|length)|safe }}

{% endif %}



{% if edit_comment %}
{% if edit_comment_errors %}

{{ tr(l=l,k="error-list",nb_errors=edit_comment_errors|length)|safe }}

{% endif %} {% if edit_comment_mutation_token %} {% endif %}



{% endif %}