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

Edit {{ service.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 %}
{% if extnForm %}
{{ service.plugin.name.capitalize }} configuration {% for field in extnForm.fields %}
{{ field }}

{{ field.field_comment }}


{% endfor %}
{% endif %}
Service details
{{ 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 %}