{% extends "base.html" %} {% block title %}کد هدیه{% endblock %} {% block content %}
{% include "_sidebar.html" %}

کدهای هدیه

{% for g in codes %}
{{ g.code }} — {{ "{:,.0f}".format(g.amount) }} تومان — استفاده {{ g.used_count }}/{{ g.max_uses }} {% if not g.is_active %}غیرفعال{% endif %}
{% endfor %}
{% endblock %}