{% load aasrp %} {% load humanize %} {% load i18n %}
{{ requester }}
{{ character|safe }}
{{ ship_render_icon_html|safe }} {{ ship_type }} {{ srp_request.loss_amount|floatformat:2|intcomma }} ISK
{{ insurance_level.insurance_level }} | {{ insurance_level.insurance_payout|floatformat:2|intcomma}} ISK |
{% translate "Action" %} | {% translate "User" %} | {% translate "Comment" %} |
---|---|---|
{{ comment.get_comment_type_display }} | {{ comment.creator|main_character_name }} {% if comment.comment_time %} {{ comment.comment_time|date:'Y-m-d H:i' }} {% endif %} | {% if comment.new_status %} {% if comment.new_status == "Pending" %} {% translate "SRP request has been added." %} {% else %} {% translate "SRP request status has changed to" %}: {{ comment.get_new_status_display }} {% endif %} {% else %} {{ comment.comment|default_if_none:""|linebreaks }} {% endif %} |