• {{ total }}
    • {{ 'You have %total% notifications'|trans({'%total%': total}, 'ChamiloThemeBundle') }}
      • {% for notice in notifications %}
      • {{notice.message}}
      • {% endfor %}
    • {{'View all'|trans({}, 'ChamiloThemeBundle')}}