• {{ total }}
    • {{ 'You have %total% tasks' |trans({'%total%':total}, 'ChamiloThemeBundle') }}
      • {% for task in tasks %}
      • {{ task.title }} {{ task.progress }}%

        {{ '%progress%% Complete'|trans({'%progress%':task.progress}, 'ChamiloThemeBundle') }}
      • {% endfor %}
    • {{'View all tasks'|trans({}, 'ChamiloThemeBundle')}}