{% extends "admin/admin_base.html" %} {% block content %}

💬 Moderare Comentarii

Gestionează comentariile publicate de cititori pe articole.

{% if request.query_params.get("msg") %} {% endif %}
Listează după status
{% for c in comments %} {% else %} {% endfor %}
Autor Articol / Slug Comentariu Status Acțiuni & Dată
{% if c.user_avatar %} {{ c.user_name }} {% else %}
{{ (c.user_name or 'U')[0]|upper }}
{% endif %}
{{ c.user_name }}
User ID: {{ c.user_id }}
/{{ c.post_slug }} 🔗 {% if c.parent_id %} ↳ Răspuns la #{{ c.parent_id }} {% endif %}
{{ c.content }}
{% if c.status == 'approved' %} Aprobat {% elif c.status == 'pending' %} În Așteptare {% else %} Inactiv {% endif %}
{{ c.created_at }} {% if c.status == 'pending' %}
{% endif %}
Nu există comentarii de afișat.
{% endblock %}