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