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

Parametres > Types d'infraction

Ajouter type d'infraction
{% csrf_token %} {% for type_infraction in type_infractions %} {% endfor %}
N° d'ordre Libelle
{{ forloop.counter }} {{ type_infraction.libelle }}
{% endblock content %}