{% for key, statItem in liveStats %}
{{ statItem.room }} - {{statItem['result']|length }} session(s) {# progerssion of all session in one room #} {% if statItem.all_progression == 100 %} 100 % {% elseif statItem.all_progression > 0 %} {{ statItem.all_progression }} % {% else %} 0 % {% endif %} {# duration of participant session in one room #} {% if statItem.all_participations_duration > 0 %} {{ statItem.all_participations_duration }} minutes {% endif %}