🏠 TCCP Admin

{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %}

✨ Publish Inspirational Quote

📝 All Quotes ({{ quotes|length }})

{% if quotes %} {% for q in quotes %}
"{{ q.text }}"
{% if q.author %}— {{ q.author }}{% endif %} {% if q.is_active %}ACTIVE{% endif %}
{% if not q.is_active %}
{% endif %}
{% endfor %} {% else %}
No quotes yet. Add one above!
{% endif %}

📬 Contact Messages

{% if unread > 0 %}{{ unread }} unread{% endif %}
{% if messages %} {% for m in messages %}
{{ m.name }} {{ m.email }} {% if m.subject %}
{{ m.subject }}
{% endif %}

{{ m.message[:200] }}{% if m.message|length > 200 %}...{% endif %}

{{ m.created_at.strftime('%d %b %Y, %H:%M') }}
{% if not m.is_read %}
{% endif %}
{% endfor %} {% else %}
No messages yet.
{% endif %}

🔒 Change Password