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

{% if object %}Update {{ object.name }} catalog{% else %}Create catalog{% endif %}

{% csrf_token %} {{ form }}

{% if object %} Cancel {% else %} Cancel {% endif %}

{% endblock %}