This commit is contained in:
parent
8793f9736a
commit
bab4d3d208
27 changed files with 401 additions and 175 deletions
|
@ -1,11 +1,11 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}New Order{% endblock %}
|
||||
{% block title %}🆕🛒 NEW ORDER!!! 🛍️💳💰🎉🎊✨💃🕺🎈🎁🎀🎂🍰🧁🍭🍬🍫🍩🍪🎪🎨🎭🎪🎯🎲🎰{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Create new Order</h1>
|
||||
<h1>🆕🛒🛍️💳 CREATE NEW ORDER!!! 💰🎉🎊✨💃🕺🎈🎁🎀🎂🍰🧁🍭🍬🍫🍩🍪🎪🎨🎭🎪🎯🎲🎰</h1>
|
||||
|
||||
{{ include('order/_form.html.twig') }}
|
||||
|
||||
<a href="{{ path('app_order_index') }}">back to list</a>
|
||||
<a href="{{ path('app_order_index') }}">↩️📋 BACK TO LIST!!! 🎉🎊✨💃🕺</a>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue