{% extends 'structures/base.html' %} {% load i18n %} {% load bootstrap %} {% load static %} {% load humanize %} {% block details %} {% if tags_exist %} {% if active_tags %} {% else %} {% endif %} {% else %} {% endif %}
{% include "structures/partials/structures/structure_list.html" %}
{% include "structures/partials/structures/orbital_list.html" %}
{% include "structures/partials/structures/starbase_list.html" %}
{% if show_jump_gates_tab %}
{% include "structures/partials/structures/jump_gate_list.html" %}
{% endif %}

{% translate "All dates are EVE time" %} | {% translate "Data can be outdated by up to 1 hour due to API caching" %} | {% translate "Last updated" %} {{ last_updated|naturaltime|default:"?" }}

{{ data_export|json_script:"export-data" }} {% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock %} {% block extra_script %} {% endblock %}