{% extends "holdfast/den/base.html" %} {% load i18n %} {% block holdfast_content %} {% if can_view_all %}
{% endif %}| {% translate "When (UTC)" %} | {% translate "What" %} | {% translate "Planet" %} | {% translate "System" %} | {% translate "Detail" %} |
|---|---|---|---|---|
| {{ entry.when|date:"Y-m-d H:i" }} | {{ entry.kind }} | {{ entry.where }} | {% if entry.system %} {{ entry.system }} {% else %}—{% endif %} | {{ entry.detail }} |
{% translate "EVE stores notifications server-side, so nothing is missed while you are logged out. Reinforcement and tactical operations come from their own routes instead, which survive notifications rolling off the list." %}
{% endif %} {% endblock %}