{% extends 'store_layout_two.html' %} {% load static %} {% block content %}
Beni | Special Offer Category

Special Offer Category

{% csrf_token %}
{% for data in data_obj %} {% endfor %}
Category Name Discount Percentage Actions
{{ data.maincategory__category_name_english}} {{ data.offer_discount}}%
{% if data_obj %}
{% endif %}
{% if product_obj %}
{% endif %}
{% endblock %}