-
% for section in blocks.get('children') or []:
-
${ section['display_name'] }
-
% for subsection in section.get('children') or []:
- ${ subsection['display_name'] } ${ _("This is your last visited course section.") } % if subsection['current']: ${ _("Resume Course") } %endif % endfor
% endfor