{% block extends %}
{{ "{% extends 'base.html.twig' %}" }}
{% endblock extends %}
{% block body %}
{{ "{% block body %}" }}
{{ entity_singularized|capitalize }} creation
{{ '{{ form_start(form) }}' }}
{{ '{{ form_widget(form) }}' }}
{{ '{{ form_end(form) }}' }}
{% set hide_edit, hide_delete = true, true %}
{{ include('crud/views/others/record_actions.html.twig.twig') -}}
{{ "{% endblock %}" }}
{% endblock body %}