{% extends 'admin/layout.html.twig' %} {% block title %}MailGroups index{% endblock %} {% block content %}

MailGroups index

{% for mail_group in mail_groups %} {% else %} {% endfor %}
Id Name actions
{{ mail_group.id }} {{ mail_group.name }} show edit
no records found
Create new {% endblock %}