{% extends 'kfet/base.html' %} {% block title %}Fournisseur - Modification{% endblock %} {% block content-header-title %}Fournisseur - Modification{% endblock %} {% block content %} {% include 'kfet/base_messages.html' %}
{% csrf_token %} {{ form.as_p }} {% if not perms.kfet.change_supplier %} {% endif %}
{% endblock %}