{% extends "service/master.html"%} {% block title %}{{ service.name }} - Home{% endblock %} {% block content %}

{{ service.project.getLabelValue|escape }} {{ 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?
The service type cannot be changed after the service has been created.

{% if view.canDeleteService %}

Do you wish to delete this service?
Deleted services can be undeleted, or purged forever.

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