<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ %>
% for index, update in enumerate(visible_updates):
% if not update.get("is_error"):
${update.get("date")}
% endif
${update.get("content") | n, decode.utf8}
% endfor
% if len(hidden_updates) > 0: % endif