{% extends 'base/base.html' %} {% block content %} {{ breadcrumb(active=_('Board'))}} {% for parent_board,child_boards in boards.items() %}
{{ parent_board }}
{% from 'board/board_base.html' import body as board_body %} {{ board_body(child_boards)}}
{% endfor %} {% endblock %}