{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'mail_templates'{% endblock ui_active_tab %} {% block page_header %}Mail templates{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block breadcrumb %} {% include "mail_templates/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}

Not yet implemented

This is only a static page to show, how the system would look like. A comprehensive system for template editing and generation has to be developed.
Add new letter
No. Destination Language Title Details Edit Delete Generate
1 Patients english "Thank you" letter
2 Patients english "Dankescreiben" letter
3 Doctors english "New Scheduling system"
{% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}