{% extends 'admin_layout_two.html' %} {% load static %} {% block content %} Beni | Store Listing

Store Listing

{% csrf_token %}
{% comment %} {% endcomment %}
{% if store_obj %} {% for store in store_obj %} {% if store.is_vip == 'true' %} {% else %} {% endif %} {% endfor %}
Sr. No. Store Icon Store name English Store name Arabic Store Email Store Phone Number Vip Store Created At Status Actions
{{ store.user_id }} {{ store.store_name_english }} {{ store.store_name_arabic }} {{ store.store_email }} {{ store.store_number}} TrueFalse{{ store.start_date|date:"d M Y" }}
{% else %}

No data found!

{% endif %}
{% if store_obj %}
{% endif %}
{% endblock %}