{% extends 'base.html' %} {% load static %} {% block content %} {% include 'profile/header.html' %} {% include 'profile/drawer.html' %}



لیست رسته‌ها

{% for category in categories %} {% empty %}
هیچ رسته‌ای موجود نیست.
{% endfor %}
{% endblock %}