{% extends 'timezones/base.html' %} {% load i18n %} {% block details %}
{% translate "Local Time" %}
--:--:--
{% translate "EVE Time" %}
--:--:--
{% if timezones %} {% for timezone in timezones %} {% include "timezones/timezone-panel.html" %} {% endfor %} {% endif %}
{% include 'timezones/time-until.html' %} {% include '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 %}