{{ msg }}
{% endfor %}
{% endwith %}
✨ Publish Inspirational Quote
📝 All Quotes ({{ quotes|length }})
"{{ q.text }}"{% if q.author %}— {{ q.author }}{% endif %} {% if q.is_active %}ACTIVE{% endif %}
{% if not q.is_active %}
{% endif %}
No quotes yet. Add one above!
{% endif %}
📬 Contact Messages
{% if unread > 0 %}{{ unread }} unread{% endif %}
{{ m.name }}
{{ m.email }}
{% if m.subject %}
{% if not m.is_read %}
{% endif %}
{{ m.subject }}
{% endif %}
{{ m.message[:200] }}{% if m.message|length > 200 %}...{% endif %}
No messages yet.
{% endif %}