{% extends admin/layout.html %} {% block title %}Email Templates{% endblock %} {% block content %}

Email Templates

{% if ($success_msg): %}

{{ $success_msg }}

{% endif; %} {% if ($error_msg): %}

{{ $error_msg }}

{% endif; %}
{% if ($activation_email_template): %} Activation {% endif; %} {% if ($notification_email_template): %} Notification {% endif; %} {% if ($twofactor_email_template): %} Two-factor {% endif; %} {% if ($resetpass_email_template): %} Reset Password {% endif; %}
{% if ($activation_email_template): %}
{% endif; %} {% if ($notification_email_template): %}
{% endif; %} {% if ($twofactor_email_template): %}
{% endif; %} {% if ($resetpass_email_template): %}
{% endif; %}
{% endblock %}