{% load humanize %} {% load static %} {% load i18n %} {% load string_utils %}
| {% 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 "Источник" %} | {% trans "Дата" %} {% if current_sort == 'timestamp' %}↑{% elif current_sort == '-timestamp' %}↓{% endif %} | |||
|---|---|---|---|---|---|---|---|---|---|
|
|
{{kill.get_status_display}} |
{{kill.solar_system.name}}({{kill.solar_system.security_status|floatformat }}) {{kill.solar_system.constellation.region.name}} |
{% if kill.fitted_value > 0.0 %} {{ _('Корабль+Фит') }}: {{kill.fitted_value|intcomma}} ISK {% endif %} {{_('Всего')}}: {{kill.loss_value|intcomma}} ISK |
{{ kill.source.kill_type_display }} |
{{kill.source.report_type_display}} {{kill.source.comment}} |
{{kill.timestamp|date:"d.m.Y, H:i"}} |
{% if kill.status == 'N' %}
{% endif %} {% if kill.status != 'N' %} {% endif %} |