{% extends "standingsrequests/_base.html" %} {% load static %} {% load i18n %} {% block details %}
{% blocktranslate with organization_name=organization.name last_update=lastUpdate|timesince %} Current in-game contacts with standings for {{ organization_name }} • This data was last updated {{ last_update }} ago and is cached {% endblocktranslate %}
{{ 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 %}