{% extends 'killstats/base.html' %} {% load i18n %} {% load humanize %} {% load killstats %} {% load static %} {% block page_title %} {{ title }} ⋗ {% translate "Killstats" %} {% endblock %} {% block page_topic %}

{{ title }}

{% endblock page_topic %} {% block extra_css %} {% killstats_static 'css/cards.css' %} {% endblock extra_css %} {% block killstats_block %}
{% include 'killstats/partials/modal/modal.html' with name="ViewTop10Killer" %} {% include 'killstats/partials/dashboard.html' with stats=stats %} {% include 'killstats/partials/hall.html' with shame=shame fame=fame %}
{% include 'killstats/partials/kills.html' %} {% include 'killstats/partials/losses.html' %}
{% endblock killstats_block %} {% block extra_javascript %} {% include 'bundles/datatables-js-bs5.html' %} {% include "bundles/moment-js.html" with locale=True %} {% include "bundles/filterdropdown-js.html" %} {% include 'killstats/bundles/killboard-js.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}