{% extends 'dashboard/base.html' %} {% block title %}Categories{% endblock %} {% block page_title %}Categories{% endblock %} {% block content %}
| Category | Slug | Products | Order | Status | Actions |
|---|---|---|---|---|---|
|
{% if cat.image %}
{% else %}
{{ cat.name }}
{% if cat.description %}
{{ cat.description|truncatechars:40 }}
{% endif %}
|
{{ cat.slug }} | {{ cat.product_count }} | {{ cat.order }} | {% if cat.is_active %}Active{% else %}Hidden{% endif %} | |
| No categories yet. Add one. | |||||