{% extends "base.html.twig" %} {% block body %}

MailType index

{% for mail_type in mail_types %} {% else %} {% endfor %}
Id Nom TemplateID MailFrom Subject actions
{{ mail_type.id }} {{ mail_type.nom }} {{ mail_type.templateID }} {{ mail_type.mailFrom }} {{ mail_type.subject }} show edit
no records found
Create new
{% endblock %}