{% extends 'EPSOBundle::index.html.twig' %} {% block body %}

room type List


Add room type Send new Update

{% for room in rooms %} {% endfor%}
id Libelle Description Background
{{room.id}} {{room.Libelle}} {{room.Description}} ...
{% endblock %}