{% 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/timer_list_table.html' with tab_name='current' %}

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

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

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