{% extends "traite/base.html" %} {% load static %} {% block content %}

Parametres - Juridictions

Ajouter juridiction
{% csrf_token %} {% for juridiction in juridictions %} {% endfor %}
N° d'ordre Libelle Adresse Nombre d'utilisateur
{{ forloop.counter }} {{ juridiction.libelle }} {{ juridiction.adresse }} {{juridiction.editeur_juridiction.count}}
{% endblock content %}