<%! from django.utils.translation import ugettext as _ %>

${_('All course updates')}

% for index, update in enumerate(visible_updates):
% if not update.get("is_error"):

${update.get("date")}

% endif
${update.get("content")}
% endfor
% if len(hidden_updates) > 0: % endif