{{ user_avatar }}
{{ user.getCompleteName() }}
{{ 'XPoints'|get_lang|format(gamification_points) }} {% if gamification_stars > 0 %} {% for i in 1..gamification_stars %} {% endfor %} {% endif %} {% if 4 - gamification_stars > 0 %} {% for i in 1..(4 - gamification_stars) %} {% endfor %} {% endif %}
{{ gamification_progress }} Complete (success)
{{ 'XPercent'|get_lang|format(gamification_progress) }}
{{ 'ShowProgress'|get_lang }}
{% if current_session %}
{{ current_session.getName() }}
{% for course_id, course in session_data %}

{{ course.title }}

{% for stats_url in course.stats %} {% set panel_id = course_id ~ '-' ~ loop.index %} {% endfor %}
{% endfor %}
{% endif %}