{% extends 'opcalendar/base.html' %} {% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} Event Details {% endblock %} {% block content %}
Created by: {{ event.eve_character }} Starts in: {{ event.eve_character }}
Type: | {{ event.operation_type }} |
Availability: | {{ event.event_visibility }} |
Start time: | {{ event.start_time|date:"D Y-m-d H:i" }} (EVE) / (Local) |
Est. end time: | {{ event.end_time|date:"D Y-m-d H:i" }} |
Duration: | {{ event.duration }} |
Formup location: | {{ event.formup_system }} |
Doctrine: | {{ event.doctrine }} |
Fleet Commander: | {{ event.fc }} |
{{ event.description|striptags|urlize|linebreaks}}
Community: | {{ event.host.community|urlize }} |
Ingame channel: | {{ event.host.ingame_channel|urlize }} |
Ingame mailing list: | {{ event.host.ingame_mailing_list|urlize }} |
Fleet comms: | {{ event.host.fleet_comms|urlize }} |
Fleet doctrines: | {{ event.host.fleet_doctrines|urlize }} |
Website: | {{ event.host.website|urlize }} |
Discord: | {{ event.host.discord|urlize }} |
Twitch: | {{ event.host.twitch|urlize }} |
Twitter: | {{ event.host.twitter|urlize }} |
Youtube: | {{ event.host.youtube|urlize }} |
Facebook: | {{ event.host.facebook|urlize }} |
{{ event.host.details }}
# | Main Character |
---|---|
{{ forloop.counter }} | {{ member.character }} |