{% extends "structuretimers/base.html" %} {% load static %} {% load i18n %} {% block details %}
{% trans "Current Eve Time:" %} {{ current_time }}
{% if perms.structuretimers.create_timer %} Add Timer {% endif %}
{% include 'structuretimers/timer_list_table.html' with tab_name='current' %}

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

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