{% extends 'br_compensations/base.html' %} {% load humanize %} {% load static %} {% load i18n %} {% block title %}{% trans "Battle compensations" %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| {% 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 %} | |||
|---|---|---|---|---|---|---|---|---|
|
|
|
{% comment %} {{kill.get_status_display}} | {% endcomment %}
{{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 %} |