{% extends 'base.html.twig' %} {% block title %}Communication index{% endblock %} {% block body %}

Communication index

{% for communication in communications %} {% else %} {% endfor %}
Id Description Forfait actions
{{ communication.id }} {{ communication.description }} {{ communication.forfait }} show edit
no records found
Create new {% endblock %}