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

InfoPlus

Id {{ info_plu.id }}
Content {{ info_plu.content }}
back to list edit {{ include('info_plus/_delete_form.html.twig') }} {% endblock %}