{% extends "base.html" %} {% load filters %} {% block title %}{{project.id}}: List of records{% endblock %} {% block css %} {% endblock %} {% block navbar %}
  • {{project.id}}
  • {% endblock %} {% block navbar-right %} {% if not read_only %}
  • {% endif %} {% endblock %} {% block content %} {% if project.name %}

    {{project.name}}

    {% endif %}
    Data View Image View Parameter View About
    {% if not read_only %} {% endif %}
    Label Date/Time Reason Outcome Input data Output data Duration Processes Executable Main Version Arguments Tags
    {% endblock %} {% block dialogs %} {% endblock %} {% block scripts %} {% endblock %}