{% if sessions|length %} {% for session in sessions %}

{{ session.resource.name }}

{% if session.status=='running' %} Running {% elif session.status=='error' %} Failed {% endif %}
Session: {{ session.name }}
User: {{ session.operator.name }}
Started: {{ session.start|pretty_datetime }}
Session id: {{ session.id }}

Acquiring speed: 120 / h

Processed: 170 / 300

Errors: 0 Warnings: 0
{% endfor %} {% else %}

No sessions found for current user.

{% endif %}