{% extends "pages/wrapper.html" %} {% block title %}Notebooks{% endblock %} {% block title_btns %} {% if notebooks %} Create notebook {% endif %} {% endblock %} {% block body %} {% if notebooks %}
{% for item in notebooks %} {% endfor %}
Name
{% if item.is_archive %} {% else %} {% endif %} {{ item.name }}
{% if not item.validate %} Invalid {% endif %} {% if item.count_errors %} Error tasks ({{ item.count_errors }}) {% endif %} {% if item.count_fatal_errors %} Fatal error tasks ({{ item.count_errors }}) {% endif %}
{% if item.count %} {{ item.count }} {% endif %} {% if item.is_archive %} {% else %} {% endif %}
{% else %}

No notebooks found

You haven't created any notebooks yet.

{% endif %} {% endblock %}