| Current Path : /opt/nginxhttpd_/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/templates/ |
| Current File : //opt/nginxhttpd_/vendor/symfony/maker-bundle/src/Resources/skeleton/crud/templates/edit.tpl.php |
<?= $helper->getHeadPrintCode('Edit '.$entity_class_name) ?>
{% block body %}
<h1>Edit <?= $entity_class_name ?></h1>
{{ include('<?= $templates_path ?>/_form.html.twig', {'button_label': 'Update'}) }}
<a href="{{ path('<?= $route_name ?>_index') }}">back to list</a>
{{ include('<?= $templates_path ?>/_delete_form.html.twig') }}
{% endblock %}