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

Test

Id {{ test.id }}
Uudi {{ test.uudi }}
Ref {{ test.ref }}
back to list edit {{ include('test/_delete_form.html.twig') }} {% endblock %}