{% extends "tabular.html" %} {% block header_row %} Name Notebooks Description {% endblock header_row %} {% block entry scoped %} {{entry.id}} {% for notebook in entry.notebooks %} {{notebook}} {% endfor %} {{entry.description}} {% endblock entry %}