{% extends "admin/base.html" %} {% block title %}Email Templates{% endblock %} {% block alpine_data %}emailTemplatesPage(){% endblock %} {% block content %}

Email Templates

Manage platform email templates. Vendors can override non-platform-only templates.

Template Category Languages Type Actions
No templates found

Supports Jinja2 variables like {{ '{{' }} customer_name {{ '}}' }}

Available Variables

No variables defined

Email Preview

Send Test Email

{% endblock %} {% block extra_scripts %} {% endblock %}