2025-02-09 16:39:38 +01:00

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 %}