{% extends "base.html" %} {% load filters %} {% block title %}{{project.id}}: About{% endblock %} {% block navbar %}
  • {{project.id}}
  • {% endblock %} {% block content %}

    {{project.get_name}} {% if not read_only %} {% endif %}

    Record View Data View Image View Parameter View
    {% if project.description %}
    {{project.description|restructuredtext}} 
    {% if not read_only %} {% endif %}
    {% elif not read_only %} {% endif %} {% endblock %} {% block dialogs %} {% endblock %} {% block scripts %} {% endblock %}