{% extends "structuretimers/base.html" %} {% load static %} {% load i18n %} {% load evelinks %} {% block details %}
{% translate "Current Eve Time:" %} {{ current_time }}
{% if perms.structuretimers.create_timer %} Add Timer {% endif %}
{% include 'structuretimers/partials/preliminary_list_table.html' %}

{% translate "This page contains potential future timers." %}

{% include 'structuretimers/partials/timer_list_table.html' with tab_name='current' %}

{% blocktranslate %}Timers remain on this page for {{ max_hours_expired }} hours after they expired{% endblocktranslate %}

{% include 'structuretimers/partials/timer_list_table.html' with tab_name='past' %}

{% translate "*: Distance from selected staging system:" %} {{ selected_staging_system|default:"?" }} ({{ selected_staging_system.eve_solar_system.eve_constellation.eve_region|default:"?" }})

{% endblock details %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock extra_css%} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% include 'bundles/filterdropdown-js.html' %} {% include 'bundles/moment-js.html' with locale=True %} {% endblock extra_javascript %}