ircquotes Admin Panel

All Quotes for Moderation

{% if quotes.items %} {% for quote in quotes.items %} {% endfor %}
Quote ID Quote Status Submitted At IP Address User Agent Actions
#{{ quote.id }} {{ quote.text }} {% if quote.status == 0 %} Pending {% elif quote.status == 1 %} Approved {% else %} Rejected {% endif %} {{ quote.submitted_at.strftime('%Y-%m-%d %H:%M:%S') if quote.submitted_at else 'N/A' }} {{ quote.ip_address }} {{ quote.user_agent }} Approve | Reject | Delete
{% else %}

No quotes available for moderation.

{% endif %}
  {{ approved_count }} quotes approved; {{ pending_count }} quotes pending; {{ rejected_count }} quotes rejected