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

Service: {{ service.name }}

NB: If you've just created this service, depending on the KForge config, it may take a little while before it is available online.

Location: {{ service.getUrl }}
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.

{% if service.getUserHelp %}

Using this Service

{{service.getUserHelp}} {% endif %} {{ pluggedInServiceAttributes }} {% if canUpdateService %}

Do you wish to edit this service?
The service type cannot be changed after the service has been created.

{% endif %} {% if canDeleteService %}

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

{% endif %} {% endblock %}