Isso
Administration
Valid ({{counts.get(1, 0)}})
Pending ({{counts.get(2, 0)}})
Staled ({{counts.get(4, 0)}})
Pages: {% if page > 0 %}
«
{% endif %}
{% if page < max_page %}
»
{% endif %}
{% for comment in comments %}
{% if conf.avatar %}
svg(data-hash='#{{comment.hash}}')
{% endif %}
{% if comment.author %}
{{comment.author}}
{% else %}
Anonymous
{% endif %} {% if comment.email %}
({{comment.email}})
{% endif %} {% if comment.website %}
({{comment.website}})
{% endif %}
•
{{comment.created | datetimeformat}}
{% if comment.mode == 1 %}
Valid
{% elif comment.mode == 2 %}
Pending
{% elif comment.mode == 4 %}
Staled
{% endif %}
{% if comment.mode == 4 %}
HIDDEN
. Original text:
{% endif %} {{comment.text}}
{% endfor %}
{% endif %} {{comment.text}}