{% extends 'budget/base.html' %} {% block title %}Category List{% endblock title %} {% block budget_content %}

Category List

Add A Category

{% if categories %} {% for category in categories %} {% endfor %} {% else %} {% endif %}
Name
{{ category.name }}
No categories found.
{% include 'budget/pagination.html' %} {% endblock budget_content %}