{% extends "structuretimers/base.html" %} {% load static %} {% load i18n %} {% block details %}
{% translate "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' %}
{% endblock details %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock extra_css%} {% block extra_javascript %} {% include 'bundles/moment-js.html' with locale=True %} {% include 'bundles/datatables-js.html' %} {% endblock extra_javascript %}