Nikas
Valid ({{ counts.get(1, 0) }})
Pending ({{ counts.get(2, 0) }})
Staled ({{ counts.get(4, 0) }})
Group by thread:
Pages: {% if page > 0 %}
«
{% endif %}
{% if page < max_page %}
»
{% endif %} / {{ max_page }}
Order: {% for order in ['id', 'created', 'modified', 'likes', 'dislikes'] %}
{{ order }} {% if order == order_by %} {% if asc %} ↑ {% else %} ↓ {% endif %} {% else %} ↓ {% endif %}
{% endfor %}
{% set thread_id = "no_id" %} {% for comment in comments %} {% if order_by == "tid" %} {% if thread_id != comment.tid %} {% set thread_id = comment.tid %}
{{ comment.title }} (
{{ comment.uri }}
)
{% endif %} {% endif %}
{% if conf.avatar %}
svg(data-hash='#{{ comment.hash }}')
{% endif %}
{% if order_by != "tid" %}
Thread: {{ comment.title }} (
{{ comment.uri }}
)
{% endif %} {% if comment.author %}
{{ comment.author }}
{% else %}
Anonymous
{% endif %} {% if comment.email %} (
{{ comment.email }}
mailto
) {% else %}
{% endif %} {% if comment.website %} (
{{ comment.website }}
open
) {% else %}
{% 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 %} {% if comment.author %} {{ comment.author }} {% else %} Anonymous {% endif %} {% if comment.email %} ({{ comment.email }} mailto) {% else %} {% endif %} {% if comment.website %} ({{ comment.website }} open) {% else %} {% endif %} • {% if comment.mode == 1 %} Valid {% elif comment.mode == 2 %} Pending {% elif comment.mode == 4 %} Staled {% endif %}
{% endif %}