ircquotes Admin Panel

All Quotes for Moderation

{% if all_quotes %}
{% for quote in all_quotes %} {% endfor %}
Select 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 %} {% if quote.submitted_at %} {{ quote.submitted_at.strftime('%Y-%m-%d %H:%M:%S') }} {% else %} N/A {% endif %} {{ quote.ip_address }} {{ quote.user_agent }} Approve | Reject | Delete
{% else %}

No quotes available for moderation at the moment.

{% endif %}
  {{ total_quotes }} quotes approved