{% extends 'structures/base.html' %} {% load i18n %} {% load static %} {% load humanize %} {% block details %}
{% include "structures/partials/public/poco_list.html" %}

{% translate "Non corporation or alliance members will be assumed to have neutral standing with the owner" %} • {% 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' %} {% include "bundles/filterdropdown-js.html" %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css-bs5.html' %} {% endblock %} {% block extra_script %} {% endblock %}