{% extends "service/master.html"%} {% block title %}{{ domainObjectKey }} - Edit service - {{ hasManyKey }}{% endblock %} {% block content %}

Edit {{ service.plugin.name }} service

Please configure the service application as required. Please make sure all fields marked with a * are filled in.

{% if form.has_errors %}

Sorry, the following problems prevented your edits from being saved.

{% endif %}
Service details for {{ hasManyKey }}
{{ form.name }}

Please provide an appropriate name for this service.


{{ service.plugin.name }}

The type of service cannot be changed after the service has been created. If you would like a different type of service, simply create another service of a different type, and then delete the unwanted service.

Please check the form and
{% endblock %}