{% extends 'br_compensations/base.html' %} {% load humanize %} {% load static %} {% load i18n %} {% block title %}{% trans "Battle compensations" %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "./components/navs/killmails-filter-panel.html" %}
{{ listTitle }}
Всего {{ total_loss|intcomma }} ISK
{% include "./components/killmails-table.html" %}
{% include './components/link-add-form.html' %}
{% include './components/filter-box.html' %}
{% include "./components/ingame-mail.html" %}
{% endblock %} {% block extra_javascript %} {{ block.super }} {% endblock %}