{% extends "allianceauth/base-bs5.html" %}
{% load aa_i18n %}
{% load i18n %}
{% block page_title %}
{% translate "Mumble" %}
{% endblock page_title %}
{% block header_nav_brand %}
{% trans "Mumble History" %} - {{ mumble_url }}
{% endblock header_nav_brand %}
{% block header_nav_collapse_left %}
{% endblock header_nav_collapse_left %}
{% block header_nav_collapse_right %}
{% endblock header_nav_collapse_right %}
{% block content %}
| {% translate "User" %} |
{% translate "Displayed Name" %} |
{% translate "Release" %} |
{% translate "Version" %} |
{% translate "Last Connect" %} |
{% translate "Last Disconnect" %} |
| {% translate "Version" %} |
{% translate "Number" %} |
{% endblock content %}
{% block extra_javascript %}
{% include "bundles/datatables-2-js-bs5.html" %}
{% include "bundles/datatables-2-responsive-js.html" %}
{% include "bundles/filterdropdown-js.html" %}
{% include "bundles/chart-js.html" %}
{% include "bundles/moment-js.html" with locale=True %}
{% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %}
{% comment %}Translations need to be here, so we can escape them in JS properly though the `escapejs` filter{% endcomment %}
{% translate "Server Connection Breakdown" as l10nServerConnectionBreakdown %}
{% translate "Filter connections by" as l10nLabelFilter %}
{% translate "All releases" as l10nLabelDropdownAllReleases %}
{% translate "All versions" as l10nLabelDropdownAllVersions %}
{% endblock extra_javascript %}
{% block extra_css %}
{% include "bundles/datatables-2-css-bs5.html" %}
{% include "bundles/datatables-2-responsive-css.html" %}
{% endblock extra_css %}