{% extends "ui/templates/base/layout.html" %} {% block content %}

Email Templates

Use tokens like {{ '{{ firm_name }}' }}, {{ '{{ user_name }}' }}, {{ '{{ otp_code }}' }}, {{ '{{ reset_link }}' }}, {{ '{{ invite_link }}' }}, {{ '{{ expiry_minutes }}' }}, {{ '{{ expiry_hours }}' }} and {{ '{{ client_name }}' }}.

Settings
{% for tpl in templates_rows %}

{{ tpl.template_name }}

{{ tpl.template_code }}
{% else %}
No templates found. Open Email Settings once to seed defaults.
{% endfor %}
{% endblock %}