{% load humanize %} {% load static %} {% load i18n %} {% 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.character_name}}
{{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 %}