{{ g.code }} — {{ "{:,.0f}".format(g.amount) }} تومان
— استفاده {{ g.used_count }}/{{ g.max_uses }}
{% if not g.is_active %}غیرفعال{% endif %}
{% extends "base.html" %} {% block title %}کد هدیه{% endblock %} {% block content %}
{{ g.code }} — {{ "{:,.0f}".format(g.amount) }} تومان
— استفاده {{ g.used_count }}/{{ g.max_uses }}
{% if not g.is_active %}غیرفعال{% endif %}