{% extends 'br_compensations/base.html' %} {% load humanize %} {% load static %} {% load i18n %} {% block title %}{% trans "Battle compensations" %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ listTitle }} {{ _(' компенсы')}}
{% comment %} {{killmails.count }} {% endcomment %}
{% for kill in killmails %} {% endfor %}
Персонаж Статус Место Потери Дата
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.timestamp|date:"d.m.Y, h:i"}} {% if kill.status == 'N' %} {% endif %} {% if kill.status != 'N' %} {% endif %}
{{_('Добавить ссылку')}}
{{_('Фильтр')}}
    {% for entry in data %}
  • {{entry.display_name}} {{entry.display_name}}
  • {% endfor %}
Игровая почта
Последнее обновление: {{ mailparser.updated_at }}
{% endblock %} {% block extra_javascript %} {{ block.super }} {% endblock %}