{% extends 'allianceauth/base.html' %} {% load i18n %} {% load navactive %} {% block content %}

Skyhook Timers

{% if perms.skyhook_timer.add_skyhooktimer %} Add Timer {% endif %} {% for timer in timers %} {% endfor %}
System Planet Countdown
{{ timer.eve_system }} {{ timer.planet_number }} {% if timer.time_remaining %}

{{ timer.time_remaining.days }}d {{ timer.hours_remaining }}h {{ timer.minutes_remaining }}m {{ timer.seconds_remaining }}s

{% else %} Timer expired {% endif %}
{% endblock %}