{% extends 'html/base.html' %} {% load static %} {% block title %} Création Cas {% endblock %} {% block content %}
Créer un nouveau cas
{% csrf_token %}
{% if messages %}
{% endif %} {% endblock %}