{% extends 'Bootstrap.html' %} {% block content %} {% include 'siparis_nawbar_bst.html' %}

đź“… Viikoittaiset automaattiset tilaukset

{% if not otomatik_siparisler %}
🚨 Ei automaattisia tilauksia!
{% else %}
{% for gun, siparisler in otomatik_siparisler.items %} {% with gun_str=gun %}

{% for siparis in siparisler %} {% endfor %}
🍽 Resepti 🔢 Määrä 💲 Erikoishinta ⚙️ Toiminnot
{{ siparis.resept.resept_adi }} {{ siparis.adet }} {% for kullanici_resept in kullanici_reseptler %} {% if kullanici_resept.resept.id == siparis.resept.id %} {{ kullanici_resept.ozel_fiyat|default:siparis.resept.standart_fiyat|floatformat:2 }} € {% endif %} {% endfor %}
{% csrf_token %}
{% endwith %} {% endfor %}
{% endif %}
{% endblock %}