{% extends 'structures/base.html' %} {% load i18n %} {% load humanize %} {% load bootstrap %} {% load static %} {% block details %}

{% trans "Structure List" %}

{% if tags_exist %} {% if active_tags %} {% else %} {% endif %} {% else %} {% endif %}
{% trans "Owner" %} {% trans "Location" %} {% trans "Type" %} {% trans "Name & Tags" %} {% trans "Services" %} {% trans "Fuel Expires" %} {% trans "Online since" %} {% trans "R-Hour" %} {% trans "State" %}

{% if active_tags %} {% trans "Active Tags Filter" %}:  {% for tag in active_tags %} {{ tag.html }} {% endfor %} {% endif %}

{% if perms.structures.add_structure_owner %} {% trans "Add Structure Owner" %} {% endif %}

{% trans "All dates are EVE time" %} • {% trans "Offlined services are shown as" %} {% trans "service" %} • {% trans "Reinforced structures (except POCOs) are highlighted in red" %} • {% trans "Data can be outdated by up to 1 hour due to API caching." %}

{% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock %} {% block extra_script %} {% endblock %}