Template Management ({{ templates|length }} templates)

{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %}
{% for t in templates %} {% endfor %}
Slug Name Category Fields Featured Actions
{{ t.slug }} {{ t.name }} {{ t.category }} {{ t.field_count }} {% if t.is_featured %}★ Featured{% else %}—{% endif %}