{% extends 'structures/base.html' %} {% load i18n %} {% load bootstrap %} {% load static %} {% load humanize %} {% block details %} {% if perms.structures.add_structure_owner %} {% translate "Add Structure Owner" %} {% endif %}
{% if perms.structures.view_corporation_structures or perms.structures.view_alliance_structures or perms.structures.view_all_structures %} {% include "structures/partials/structure_list.html" %} {% include "structures/partials/structure_summary.html" %} {% endif %} {% include "structures/partials/poco_list.html" %}

{% 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:"?" }}

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