{% extends "kfet/base_form.html" %} {% block title %}{{ articlecategory.name }} - Édition{% endblock %} {% block header-title %}Édition de la catégorie {{ articlecategory.name }}{% endblock %} {% block main %} {% include "kfet/form_full_snippet.html" with authz=perms.kfet.edit_articlecategory submit_text="Enregistrer"%} {% endblock %}