{% extends 'base.html.twig' %} {% block title %}{{ 'guard.edit.title'|trans }}{% endblock %} {% block body -%} {% include 'Base/GuardItem/_form.html.twig' %}
{{ form_end(form) }}
{{ 'back.to_list'|trans }} {% endblock %}