{% extends "project/master.html"%} {% block title %}{{ project.getLabelValue|escape }}{% endblock %} {% block content %}
{{ project.description|escape }}
{% if project.licenses.count %}There are no services for this project at this time.
{% endif %}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 %}