{% extends "base.html" %} {% block title %} Réseaux graphes viaires {% endblock %} {% block content %} {% for graph in list_graph %} {% endfor %}
nom de la ville nombre d'intersection
{{ graph.gvvi_nom }} {{ graph.gvvi_nb_intersection }} Update Delete

Création d'un nouveau graph

{{ method }}

{% csrf_token %}

{{method}}

{% endblock %}