{% extends "_frame.html" %} {% block title -%} xivpf - stats {%- endblock %} {% block head %} {% endblock %} {% block body %}
Stats for {{ stats.num_listings() }} listings

Top categories

Details {%- for info in stats.duties %} {%- endfor %}
Duty Count
{{ info.name(lang) }} {{ info.count }}

Top hosts

Details {%- for info in stats.hosts %} {%- for entry in info.content_ids %} {%- endfor %} {%- endfor %}
World (created) Name Count
{{ info.world_name() }} {{ stats.player_name(entry.content_id) }} {{ entry.count }}
{{ info.world_name() }} Other {{ info.num_other() }}

Top hours (UTC)

Details {%- for info in stats.hours %} {%- endfor %}
Hour Count
{{ info.hour }} {{ info.count }}

Top days (UTC)

Details {%- for info in stats.days %} {%- endfor %}
Name Count
{{ info.name() }} {{ info.count }}
{% endblock %}