{% 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' %} {% 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 %}