{% extends 'store/base.html' %} {% block content %}

{% if form.instance.pk %}Edit{% else %}Create{% endif %} Category

{% csrf_token %}
{{ form.name.label_tag }} {{ form.name }}
Back to list
{% endblock %}