{% 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}} {% if clone_notebooks and len(entry.notebooks) == 1 %} {% set notebook = entry.notebooks[0] %} {% endif %} {% endblock entry %}