{% extends "autosrp/base.html" %} {% load static %} {% load i18n humanize %} {% block content %}
Toggle whether AutoSRP sends you Discord notifications.
| Time | Character | Ship | Doctrine | Kill | Status | Value |
|---|---|---|---|---|---|---|
| {{ r.occurred_at|date:"Y-m-d H:i" }} | {{ r.char_name }} | {{ r.ship_name }} | {{ r.doctrine_name }} | {% if r.killmail_id %} #{{ r.killmail_id }} {% else %} - {% endif %} |
{{ r.status|title }}
{% if r.comment %}
“{{ r.comment }}”
{% endif %}
|
{{ r.value_label }}
{{ r.value_amount }}
|
No SRP requests found. If your characters are linked to your auth account, their eligible kills will appear here.
{% endif %}