{% extends 'base.html' %} {% block page_title %}{{ title }}{% endblock %} {% block header_actions %}
Back to Categories
{% endblock %} {% block content %}
{{ title }}
{% csrf_token %} {% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
Enter a descriptive name for the category
Add a description to help identify this category
Cancel
{% if category %} {% endif %}
{% endblock %}