{% extends 'structures/base.html' %} {% load i18n %} {% load bootstrap %} {% load static %} {% load humanize %} {% block details %}
{% 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-bs5.html" %} {% include "bundles/filterdropdown-js.html" %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css-bs5.html' %} {% endblock %} {% block extra_script %} {% endblock %}