{{ form.template_name }}
{% if form.template_name.errors %}
{{ form.template_name.errors.0 }}
{% endif %}
Enter a unique, descriptive name for this template
{{ form.category }}
{% if form.category.errors %}
{{ form.category.errors.0 }}
{% endif %}
{{ form.message_type }}
{% if form.message_type.errors %}
{{ form.message_type.errors.0 }}
{% endif %}
{{ form.description }}
{% if form.description.errors %}
{{ form.description.errors.0 }}
{% endif %}
Describe the purpose and usage of this template
{{ form.language }}
{% if form.language.errors %}
{{ form.language.errors.0 }}
{% endif %}
Select the primary language for this template
{{ form.subject_template }}
{% if form.subject_template.errors %}
{{ form.subject_template.errors.0 }}
{% endif %}
Use variables like {patient_name}, {appointment_date}
0 characters
{{ form.body_template }}
{% if form.body_template.errors %}
{{ form.body_template.errors.0 }}
{% endif %}
Enter the main content template with variables
0 characters
{{ form.is_active }}
{% if form.is_active.errors %}
{{ form.is_active.errors.0 }}
{% endif %}
Only active templates can be used for sending messages