<h3${'class="active"'if'active'inchapterandchapter['active']else''}aria-label="${chapter['display_name']}${', current chapter' if 'active' in chapter and chapter['active'] else ''}">
<ahref="#">
${chapter['display_name']}
</a>
</h3>
<ul>
% for section in chapter['sections']:
<liclass="${'active' if 'active' in section and section['active'] else ''} ${'graded' if 'graded' in section and section['graded'] else ''}">
<p>${section['display_name']} ${'<spanclass="visuallyhidden">, current section</span>' if 'active' in section and section['active'] else ''}</p>
<pclass="subtitle">${section['format']} ${"due " + get_default_time_display(section['due'], show_timezone) if section.get('due') is not None else ''}</p>