{% extends 'dashboard/base.html' %} {% block title %}{{ action }} Category{% endblock %} {% block page_title %}{{ action }} Category{% endblock %} {% block content %}
{% csrf_token %}
Category Details
Lower numbers appear first
{% if category and category.image %}
Category Thumbnail
{% endif %}
Cancel
{% endblock %}