{% load i18n %}
| {% trans "Type:" %} | {{ event.operation_type }} |
| {% trans "Availability:" %} | {{ event.event_visibility }} |
| {% trans "Start time:" %} | {{ event.start_time|date:"D Y-m-d H:i" }} (EVE) / (Local) |
| {% trans "Est. end time:" %} | {{ event.end_time|date:"D Y-m-d H:i" }} |
| {% trans "Duration:" %} | {{ event.duration }} |
| {% trans "Formup location:" %} | {{ event.formup_system }} |
| {% trans "Doctrine:" %} | {{ event.doctrine }} |
| {% trans "Fleet Commander:" %} | {{ event.fc }} |