{% extends "service/master.html"%} {% block title %}{{ domainObject.getLabelValue|escape }} - {{ hasManyKey.capitalize }}{% endblock %} {% block content %} {% ifequal view.getStatusMessage 'Configuring' %} {% endifequal %}

{{ service.name }}

Status: {{ view.getStatusMessage|escape }}
Information about the status of this service.

Location: {{ serviceLocation }}
The location of this service online.

Service type: {{ service.plugin.name }}
The service type refers to the software system used to provide this service to the project.

{{ pluggedInServiceAttributes }} {% if serviceUserHelp %}

Using this Service

{{ serviceUserHelp }} {% endif %} {% if view.canUpdateService %}

Do you wish to edit this service?

{% if view.canDeleteService %}

Do you wish to delete this service?

{% endif %} {% endif %} {% endblock %}