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

Configure {{ 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 %}
Configuration for {{ hasManyKey }} {% for field in form.fields %}
{{ field }}

{{ field.field_comment }}


{% endfor %}

Please check the form and

{% endblock %}