{% extends "pages/wrapper.html" %} {% block pretitle %}OVERVIEW{% endblock %} {% block title %}Notebooks{% endblock %} {% block title_btns %} {% if notebooks %} Create notebook {% endif %} {% endblock %} {% block body %} {% if notebooks %}
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 %}
|