{% extends "project/master.html"%} {% block title %}{{ project.getLabelValue|escape }}{% endblock %} {% block content %}

{{ project.getLabelValue|escape }}

{{ project.description|escape }}

{% if project.licenses.count %}

Licenses

{% endif %}

Project services {% if view.canCreateService %} (add ») {% endif %}

{% if project.services.count %} {% include "snippets/servicestable.html" %} {% else %}

There are no services for this project at this time.

{% endif %}

Project members {% if view.canCreateMember %} (add ») {% endif %}

{% if project.members.count %} {% include "snippets/memberstable.html" %} {% else %}

There are no members of this project at this time.

{% endif %} {% if view.canCreateMember %} {% if project.members.pending %}

Pending members.

{% include "snippets/pendingmemberstable.html" %} {% endif %} {% endif %} {% if view.canDeleteProject %}
Do you wish to delete this project?

{% endif %} {% if view.canJoinProject %} Do you wish to request membership of this project?

{% endif %} {% endblock %}