{% extends 'br_compensations/base.html' %} {% load humanize %} {% load static %} {% load i18n %} {% block title %}{% trans "Battle compensations" %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ listTitle }}
Всего {{ total_loss|intcomma }} ISK
{% for kill in killmails %} {% comment %} {% endcomment %} {% endfor %}
{% trans "Персонаж" %} {% if current_sort == 'character_name' %}↑{% elif current_sort == '-character_name' %}↓{% endif %} {% trans "Статус" %} {% if current_sort == 'status' %}↑{% elif current_sort == '-status' %}↓{% endif %} {% trans "Место" %} {% trans "Потери" %} {% if current_sort == 'loss_value' %}↑{% elif current_sort == '-loss_value' %}↓{% endif %} {% trans "Источник" %} {% trans "Дата" %} {% if current_sort == 'timestamp' %}↑{% elif current_sort == '-timestamp' %}↓{% endif %}
character ship
{{kill.alliance_name}} {{kill.corporation_name}}
{{kill.get_status_display}} {{kill.SolarSystem.name}} ({{kill.SolarSystem.security_status|floatformat }})
{{kill.SolarSystem.eve_constellation.eve_region.name}}
{{kill.loss_value|intcomma}} ISK {{kill.SourceType}}
{{kill.source.comment}}
{{kill.timestamp|date:"d.m.Y, H:i"}} {% if kill.status == 'N' %} {% endif %} {% if kill.status != 'N' %} {% endif %}
{% if is_paginated %} {% endif %}
{% trans "Добавить ссылку" %}
{% trans "Фильтр" %}
    {% for entry in data %}
  • {{entry.display_name}} {{entry.display_name}}
  • {% endfor %}
{% trans "Игровая почта" %}
{% if scopes_valid %}
{% trans "Последнее обновление:" %} {{ mailparser.updated_at }}
{% else %}
{% csrf_token %}
{% endif %}
{% endblock %} {% block extra_javascript %} {{ block.super }} {% endblock %}