{% extends 'timezones/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block details %}

{% trans "Local Time" %}

--:--:--

{% trans "EVE Time" %}

--:--:--
{% for panelData in timezonePanelData %} {% include "timezones/timezone-panel.html" with type="panelData" %} {% endfor %}
{% include 'timezones/time-until.html' %} {% include 'timezones/adjust-time.html' %}
{% endblock %} {% block extra_javascript %} {% include 'bundles/moment-js.html' with locale=True %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}