{% load static %} پنل مدیریت حرفه‌ای کافه {% comment %} {% endcomment %}
تنظیمات ظاهری سایت
{% csrf_token %}

تنظیمات چاپ فیش:

{% if settings.receipt_barcode_image %}
عکس فعلی: Barcode
{% endif %}
مدیریت دسته‌بندی‌ها
همه {% for cat in categories %}
{{ cat.name }}
{% csrf_token %}
{% endfor %}
لیست محصولات منو
{% if current_cat %} {% endif %}
{% regroup foods|dictsort:"category.name" by category as grouped_foods %} {% for group in grouped_foods %} {% for food in group.list %} {% endfor %} {% empty %} {% endfor %}
تصویر نام محصول نمایش موجودی قیمت (تومان) عملیات
{% if group.grouper.fa_icon %} {% endif %} {{ group.grouper.name }}
{% if food.img %} {% endif %}
{{ food.name }}
{% csrf_token %}
{% csrf_token %}
{{ food.price }}
{% if food.old_price %}{{ food.old_price }}{% endif %}
{% csrf_token %}
هیچ محصولی در این لیست یافت نشد.
{% if foods.has_other_pages %} {% endif %}