{% extends "base.html" %} {% block title %}{{ training.name }} — GMAO{% endblock %} {% block content %}
Date : {{ training.start_date.strftime('%d/%m/%Y') }} au {{ training.end_date.strftime('%d/%m/%Y') }}
{% if training.location %}Lieu : {{ training.location }}
{% endif %} {% if training.max_participants %}Max participants : {{ training.max_participants }}
{% endif %} {% if training.description %}Description : {{ training.description }}
{% endif %}Aucun participant inscrit.
{% endif %} {% set is_registered = participant_users.get(current_user.id) %}