Template Management
({{ templates|length }} templates)
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %}
+ New Template
Slug
Name
Category
Fields
Featured
Actions
{% for t in templates %}
{{ t.slug }}
{{ t.name }}
{{ t.category }}
{{ t.field_count }}
{% if t.is_featured %}
★ Featured
{% else %}—{% endif %}
Edit
Delete
{% endfor %}
New Template
Slug
Name
Description
Category
Business
Events
Hiring
Support
E-commerce
Onboarding
Success Message
Featured
No
Yes
Field Config (JSON)
Save
Cancel