{% extends 'dashboard/base.html' %} {% load static %} {% block title %}{{ title }} - {{ seo_settings.meta_title }}{% endblock title %} {% block content %}

Project Categories

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% for category in categories %} {% endfor %}
# Title Slug Action
{{ forloop.counter }} {{ category.name }} {{ category.slug }}
{% endblock %}