FestinHegre/templates/statut_commandes/new.html.twig

12 lines
284 B
Twig
Raw Normal View History

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