{% extends "service/master.html"%} {% block title %}{{ project.getLabelValue|escape }} - Services{% endblock %} {% block content %}
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 %}