% if plain_html_updates:
${HTML(plain_html_updates)}
% else:
% if updates:
% for index, update in enumerate(updates):
% if not update.get("is_error"):
% endfor
% else:
% endif
% endif
${update.get("date")}
% endif
${HTML(update.get("content"))}