{% if sessions|length %} {% for session in sessions %}
User {{ session.operator_id }}
Started {{ session.start }}
Finished {{ session.end }}
Num. of movies {{ session.stats.numMovies }}
Num. of particles {{ session.stats.numPtcls }}
{% endfor %} {% else %}

No sessions found for current user.

{% endif %}