{% extends "standingsrequests/_base.html" %} {% load static %} {% load i18n %} {% block details %}

{{ operation_mode|capfirst }} {% translate "Standings" %}

{% include "standingsrequests/partials/tab_character_standings.html" %} {% include "standingsrequests/partials/tab_corporation_standings.html" %} {% include "standingsrequests/partials/tab_alliance_standings.html" %}

Current in-game contacts with standings for {{ organization.name }} • This data was last updated {{ lastUpdate|timesince }} ago and is cached

{{ show_mains|json_script:"show-mains-data" }} {% endblock details %} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% include 'bundles/filterdropdown-js.html' %} {% include "standingsrequests/bundles/helper-js.html" %} {% endblock extra_javascript %} {% block extra_css %} {{ block.super }} {% include 'bundles/datatables-css.html' %} {% endblock extra_css %}