{% extends 'timezones/base.html' %} {% load i18n %} {% block aa_timezones_body %}
{% translate "Local time" %}
--:--:--
{% translate "EVE time" %}
--:--:--
{% if timezones %} {% for timezone in timezones %} {% include "timezones/partials/timezones/timezone-panel.html" %} {% endfor %} {% endif %}
{% include 'timezones/partials/timezones/time-until.html' %} {% include 'timezones/partials/timezones/adjust-time.html' %} {% translate "Already over, you missed it!" as alreadyOver %} {% endblock %} {% block extra_javascript %} {% include 'bundles/moment-js.html' with locale=True %} {% include "timezones/bundles/jquery-timeago-js.html" %} {% include "timezones/bundles/moment-timezone-js.html" %} {% include "timezones/bundles/aa-timezones-js.html" %} {% endblock %} {% block extra_css %} {% include "timezones/bundles/weather-icons-css.html" %} {% include "timezones/bundles/aa-timezones-css.html" %} {% endblock %}