{% extends 'opcalendar/base.html' %} {% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} Event Details {% endblock %} {% block content %}
{% include "opcalendar/partials/event_details/navigation.html" %}
{{ event.title }}
Created by: {{ event.eve_character }}
{% trans "Current Eve Time:" %}
{% include "opcalendar/partials/event_details/details.html" %}
{% include "opcalendar/partials/event_details/signups_navigation.html" %}
{% include "opcalendar/partials/event_details/signups.html" %}
Host Details
{% include "opcalendar/partials/event_details/host.html" %}
{% endblock %} {% block extra_javascript %} {% include "bundles/moment-js.html" with locale=True %} {% include "bundles/timers-js.html" %} {% endblock extra_javascript %}