{% extends "index.html" %} {% block loot_active %}active{% endblock %} {% block loot_selected %}selected{% endblock %} {% block content %}

Loot

{% if nonpersistent %} {% else %}
{% if loot|length == 0 %}
No loot received yet.
{% else %}
Export
{% for l in loot %} {% include "loot/entry.html" %} {% endfor %}
{% endif %}
{% endif %}

{% endblock %}