{% extends "base.html" %} {% block title %}Formations — GMAO{% endblock %} {% block content %}
{{ training.start_date.strftime('%d/%m/%Y') }} - {{ training.end_date.strftime('%d/%m/%Y') }}
{% if training.location %}{{ training.location }}
{% endif %} {% if training.max_participants %}Max: {{ training.max_participants }} participants
{% endif %}Aucune formation programmée.
{% endfor %}