{% extends 'layout/base.html' %} {% block content %}
{% if available_categories and current_user.role in ['admin'] %}
{% endif %} {% if existing_categories %}
📁 Existing Categories
{% for category in existing_categories %} {% endfor %}
{% endif %}
{% endblock %}