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

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

{% if project.services %}

Here are all the services of {{ project.getLabelValue|escape }}.

{% include "snippets/servicestable.html" %} {% else %}

There are no services for this project at this time.

{% endif %} {% if view.canCreateService %}

Create new service

{% endif %} {% endblock %}