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

Reseaux

Id {{ reseaux.id }}
Name {{ reseaux.name }}
Url {{ reseaux.url }}
back to list edit {{ include('reseaux/_delete_form.html.twig') }}
{% endblock %}