Estadístiques


{% if tema.stats %}
{% if tema.played_with %}
{% include "icons/notes-small.svg" %}

S'ha tocat juntament amb:

    {% for co_tema in tema.played_with %} {% set tema = co_tema.tema %} {% include "fragments/tema/played_with.html" %} {% endfor %}
{% endif %}
{% include "icons/music-box.svg" %}

S'ha tocat en {% if tema.stats.times_played == 1%} una sessió: {% else %} {{ tema.stats.times_played }} sessions: {% endif %}

    {% for session in tema.stats.sessions_played %}
  1. {% include "icons/calendar.svg" %}

    {% set dn = date_names(session.date) %} {{ dn.day_name }} {{ dn.day }} {{ dn.month_name }}

  2. {% endfor %}
{% else %}
No s'ha tocat a cap jam (encara)
{% endif %}