{% extends 'timezones/base.html' %} {% load i18n %} {% load static %} {% load timezones_versioned_static %} {% 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 %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}