{% extends 'analysispage.html' %} {% block title %}Project » {{ project }}{% endblock %} {% block desc %} {% if project.description %} {{ project.description|linebreaks }} {% else %} This project does not have a description {% endif %} {% endblock %} {% block right %}
This project is public; it can be viewed by all users.
{% endif %} {% if auth_level == 'admin' %}You are a manager for this project, so you can edit any of the sample data.
{% endif %} {% if auth_level == 'editor' %}You are an collaborator on this project. You can run any analysis and flag results for others to see.
{% endif %} {% if auth_level == 'viewer' %}You are a collaborator on this project. You can run any analysis, but cannot flag results.
{% endif %}