% for section in blocks.get('children') or []:
  1. - ${ section['display_name'] } +

    ${ section['display_name'] }

      % for subsection in section.get('children') or []: @@ -120,7 +120,7 @@ from django.utils.translation import ugettext as _ % endfor
    -