{% extends "dashboard/base.html" %} {% block title %}{% if object %}Modifier la catégorie{% else %}Nouvelle catégorie{% endif %} — Comptoir{% endblock %} {% block content %}

{% if object %}Modifier « {{ object.name }} »{% else %}Nouvelle catégorie{% endif %}

{% csrf_token %} {{ form.as_p }}
{% endblock %}