{% extends 'kfet/base.html' %} {% block title %}Nouvel article{% endblock %} {% block content-header-title %}Création d'un article{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }} {% if not perms.kfet.add_article %} {% endif %}
{% endblock %}