{% extends "holdfast/skyhook/base.html" %} {% load i18n %} {% block holdfast_content %} {% if not entries %}
{% translate "Nothing reinforced" %}
{% translate "This page only lists skyhooks currently in reinforcement. Empty is good news." %}
{% else %}
{% for entry in entries %} {% endfor %}
{% translate "Comes out (UTC)" %} {% translate "Planet" %} {% translate "System" %} {% translate "State" %} {% translate "Corporation" %}
{{ entry.when|date:"Y-m-d H:i" }} {{ entry.where }} {{ entry.system }} {{ entry.state }} {{ entry.corporation }}
{% endif %} {% endblock %}