{% if training.modalità == "edit" or training.modalità == "add" %}
{{ 'Training day'|t }}
{{ 'Name'|t }}
{{ 'Start time'|t }}
{{ 'End time'|t }}
{{ 'Foreman'|t }}
{% for user in training.personale %}
{{ user.name }}
{% endfor %}
{{ 'Others people'|t }}
{% for user in training.personale %}
{{ user.name }}
{% endfor %}
{{ 'Training place'|t }}
{{ 'Others notes (ex. others infos)'|t }}
{{ 'Submit'|t }}
{% endif %} {% if training.modalità == "delete" %}
{{ 'Are you sure you want to delete the training?'|t }}
{{ 'Submit'|t }}
{% endif %}