{% extends 'Bootstrap.html' %} {% block content %} {% include 'siparis_nawbar_bst.html' %}
| 🍽 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 %} |