/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
symfony
/
maker-bundle
/
src
/
Resources
/
skeleton
/
crud
/
templates
/
Upload File
HOME
<?= $helper->getHeadPrintCode('New '.$entity_class_name) ?> {% block body %} <h1>Create new <?= $entity_class_name ?></h1> {{ include('<?= $templates_path ?>/_form.html.twig') }} <a href="{{ path('<?= $route_name ?>_index') }}">back to list</a> {% endblock %}