mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
up templates
This commit is contained in:
parent
71bce538af
commit
a39b6239b0
71 changed files with 1536 additions and 262 deletions
13
templates/group_of_products/edit.html.twig
Normal file
13
templates/group_of_products/edit.html.twig
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Edit GroupOfProducts{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Edit GroupOfProducts</h1>
|
||||
|
||||
{{ include('group_of_products/_form.html.twig', {'button_label': 'Update'}) }}
|
||||
|
||||
<a href="{{ path('app_group_of_products_index') }}">back to list</a>
|
||||
|
||||
{{ include('group_of_products/_delete_form.html.twig') }}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue