نیکاس
خروج
قدیمی ({{ counts.get(4, 0) }})
تایید شده ({{ counts.get(1, 0) }})
در انتظار بررسی ({{ counts.get(2, 0) }})
دسته بندی بر اساس منبع
صفحه {% if page > 0 %}
«
{% endif %}
{% if page < max_page %}
»
{% endif %} از {{ max_page }}
ترتیب : {% for order in ['شماره', 'تاریخ ثبت', 'تاریخ ویرایش', 'لایک', 'دیس لایک'] %}
{{ 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" %}
منبع
: {{ comment.title or 'ثبت نشده است' }}
صفحه
:
{{ comment.uri }}
{% endif %}
فرستنده :
{% if comment.author %} {{ comment.author }} {% else %} ناشناس {% endif %}
{% if comment.email %} (
ایمیل :
{{ comment.email }}
) {% else %}
{% endif %} {% if comment.website %} (
وب سایت :
{{ comment.website }}
) {% else %}
{% endif %}
•
{{ comment.created | datetimeformat }}
{% if comment.mode == 1 %}
تایید شده
{% elif comment.mode == 2 %}
در انتظار تایید
{% elif comment.mode == 4 %}
قدیمی
{% endif %}
{% if comment.mode == 4 %}
HIDDEN
. Original text:
{% endif %}
{{ comment.text }}
{% endfor %}
{% endif %} فرستنده : {% if comment.author %} {{ comment.author }} {% else %} ناشناس {% endif %} {% if comment.email %} ( ایمیل : {{ comment.email }} ) {% else %} {% endif %} {% if comment.website %} ( وب سایت : {{ comment.website }} ) {% else %} {% endif %} • {% if comment.mode == 1 %} تایید شده {% elif comment.mode == 2 %} در انتظار تایید {% elif comment.mode == 4 %} قدیمی {% endif %}
{% endif %}