caisse-bliss/templates/selling/new.html.twig

12 lines
250 B
Twig

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