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

{{data.description}}

This project is accessible to the following users:

You may grant access to other users:

{% csrf_token %} {% insert_permission_form %}
{% endblock %}