{% trans 'End Date' context 'mission' %}: {{ mission.date_end }}
{% trans 'Duration' context 'mission' %}: {{ mission.duration|seconds_to_time }}
{% if mission.winning_coalition %} {% trans 'Winning coalition' %}: {{ mission.get_winning_coalition_display }} {% if mission.win_reason == 'task' %} ({% trans 'Performed the task of the mission' %}) {% elif mission.win_reason == 'score' %} ({% trans 'Won by score' %}) {% endif %}
{% endif %} {% trans 'Pilots total' %}: {{ mission.pilots_total }}