{% 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:

Project members: (full member list)

Project services: (full service list)

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

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

{% endif %} {% endif %} {% else %}

No project found

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