Comments management ({{ comments_count }})

View and moderate all comments.

{% block comments %} {% if comments.is_empty() %}

No comments to display

Content may have shifted due to recent updates or list is empty.

{% else %}
{% for comment in comments %} {% include "dashboard/comments/card.html" %} {% endfor %}
{% endif %}
Page: {{ comments_current_page }}
{% endblock %}