{% extends "base.html" %} {% load filters %} {% block title %}{{data.name}}{% endblock %} {% block in_projects %} class="active"{% endblock %} {% block header %}{{data.name}} {% if user.username in data.access %} {% endif %} {% endblock %} {% block content %}

{{data.description|restructuredtext}}

{% if data.access %}

This project is accessible to {{data.access|join:", "}}

{% endif %} {% if data.tags %}

Show all records

{% endif %}
Label Reason Outcome Duration Date/Time Executable Repository Version Script Arguments Tags
{% if user.username in data.access %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}