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

{{ project.getLabelValue|escape }}

Short name: {{ project.name }}
A project's short name (or "unix" name) is used in many references to the project around the site.

About this project:
{{ project.description|escape }}

Project licenses:

{% if project.licenses.count %} {% endif %}

Project members: (full member list)

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

{% endif %}

Project services: (full service list)

{% if project.services.count %} {% endif %} {% if view.canCreateService %}

{% endif %} {% if view.canUpdateProject %} Do you wish to edit this project?

{% if view.canDeleteProject %} Do you wish to delete this project?

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

{% endif %} {% else %}

No project found

Sorry, there is no active project at this location. {% endif %} {% endblock %}