{% extends 'base.html.twig' %}
{% block title %}New FileEnrich{% endblock %}
{% block body %}
<h1>Create new FileEnrich</h1>
{{ include('file_enrich/_form.html.twig') }}
<a href="{{ path('app_file_enrich_index') }}">back to list</a>
{% endblock %}