{% extends 'kfet/base.html' %} {% block title %}Édition de la catégorie {{ category.name }}{% endblock %} {% block content-header-title %}Catégorie {{ category.name }} - Édition{% endblock %} {% block content %} {% include "kfet/base_messages.html" %}
{% csrf_token %} {% include 'kfet/form_snippet.html' with form=form %} {% if not perms.kfet.edit_articlecategory %} {% include 'kfet/form_authentication_snippet.html' %} {% endif %} {% include 'kfet/form_submit_snippet.html' with value="Enregistrer"%}
{% endblock %}