{% extends "main.html" %} {% load static %} {% load render_table from django_tables2 %} {% load bootstrap4 %} {% block title %}Gestion des fournisseurs{% endblock title%} {% block content %}

Gestion des fournisseurs

{% csrf_token %} {% bootstrap_form form %} Retour
{% render_table table %}
{% endblock content %}