party
{% include "error.jinja2" %} {% include "search_line.jinja2" %}
{% for job in jobs %}
{{ job|e }}
{% endfor %}
nick
job
total bis pieces looted
total pieces looted
priority
{% for player in players %}
{{ player.nick|e }}
{{ player.job|e }}
{{ player.loot_count_bis|e }}
{{ player.loot_count_total|e }}
{{ player.priority|e }}
{% endfor %}
{% include "export_to_csv.jinja2" %} {% include "root.jinja2" %} {% include "search.jinja2" %}