{% extends "base.html" %} {% block title %}Project {{data.name}}{% endblock %} {% block header %}{{data.name}}{% endblock %} {% block content %}

{{data.description}}

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

This project contains {% if data.records %}the following{% else %}no{% endif %} records{% if data.tags %} tagged with {{data.tags}}{% endif %}:

{% if data.tags %}

Show all records

{% endif %} {% endblock %}