{% extends 'structures/base.html' %} {% load i18n %} {% load bootstrap %} {% load static %} {% block details %} {% if perms.structures.add_structure_owner %} {% trans "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" %} {% endif %} {% include "structures/partials/poco_list.html" %}
{% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock %} {% block extra_script %} {% endblock %}