GeneralApp add
This commit is contained in:
SDE
2023-06-19 17:19:18 +03:00
parent b0ad8e41d2
commit b2bd830b6e
69 changed files with 5337 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
<div class="modal">
<div class="alert-window"{% if order %} data-order_id="{{ order.id }}" data-pay_type="{{ order.payType }}"{% endif %} style="{{ form_style|safe }}">
<img class="stat-img" src="/static/img/{{ form_icon }}"/>
<p class="caption">{{ caption|safe }}</p>
<p class="message">{{ message|safe }}</p>
{% if form %}
<div class="fieldset">
{% for item in form %}
{{ item }}
{% endfor %}
</div>
{% endif %}
{{ buttons|safe }}
</div>
</div>