{% extends 'autosrp/base.html' %} {% load tz %} {% load i18n %} {% load humanize %} {% block content %}
| {% trans "Kill" %} | {% trans "System" %} | {% trans "Occurred (UTC)" %} | {% trans "Victim" %} | {% trans "Hull" %} | {% trans "Details" %} | {% trans "Force doctrine fit" %} | {% trans "Suggested ISK" %} | {% trans "Actual ISK" %} | {% trans "Result" %} | {% trans "Actions" %} | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {% if k.status == "approved" or k.status == "approved_with_comment" %} {% elif k.status == "rejected" %} {% else %} {% endif %} {{ k.killmail_id }} {% if k.status_comment %} {% endif %} | {{ k.system_name }} | {% timezone "UTC" %}{{ k.occurred_at|date:"Y-m-d H:i" }}{% endtimezone %} |
{{ k.victim_char_name }}
{{ k.victim_corp_name }}{% if k.victim_all_name %} ({{ k.victim_all_name }}){% endif %} |
{{ k.ship_type_name }} |
{{ k.payout.suggested_isk|default_if_none:"0.00"|floatformat:2|intcomma }}
|
|
{% if k.fitcheck %} {% if k.fitcheck.passed %} {% trans "Pass" %} {% else %} {% trans "Fail" %} {% endif %} {% else %} {% trans "Pending" %} {% endif %} |
|
|||