{% extends 'partials/base.html' %} {% load static %} {% block content %}
{% block title %} {% include 'partials/title.html' with title='System Settings' text='Dashboard' textone='Settings' texttwo='System Settings' %} {% endblock %}
{% block systemsidebar %} {% include 'pages/settings/system-settings/system-sidebar.html' %} {% endblock %}
Email Templates

Email Templates Configuration

Email Verification
Welcome Email
Feature Announcement
Plan Announcement
User Remainder
Feedback Request
Plan Removal Remainder
Plan Expired
Policy Update Notice
{% endblock %}