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

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