{% extends "base.html" %} {% block title %}Mes 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 %}Vous n'êtes inscrit à aucune formation.
{% endif %}