{% extends "base.html" %} {% load static %} {% block title %}Categories{% endblock %} {% block header_title %}Categories{% endblock %} {% block content %}
| Name | Description | {% if user.role == 'admin' %}Branch | {% endif %}Actions |
|---|---|---|---|
| {{ category.name }} | {% if category.description %} {{ category.description|truncatechars:50 }} {% else %} No description {% endif %} | {% if user.role == 'admin' %}{{ category.branch.name }} | {% endif %}
No categories found. {% if search_query %}Try a different search.{% else %}Add your first category!{% endif %}
Add Category