{% extends "base.html" %} {% block menu %} {% endblock %} {% block content %} TODO {% if training.modalità == "edit" or training.modalità == "add" %}

{% for user in training.crew %} {% if not user.hidden %}
{% endif %} {% endfor %}

{% for user in training.crew %} {% if not user.hidden %}
{% endif %} {% endfor %}
{% if option('use_location_picker') %}
{% else %}

{% endif %}


{% endif %} {% if training.modalità == "delete" %}

{{ 'Are you sure you want to delete the training?'|t }}

{% endif %} {% block footer %} {% endblock %} {% endblock %}