{% extends "service/master.html"%} {% block title %}Configure new service{% endblock %} {% block content %}

Configure new service

Please make sure fields marked with a * are filled in.

{% if form.has_errors %}

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

{% endif %}
Service configuration {% for field in form.fields %}
{{ field }}

{{ field.field_comment }}


{% endfor %}
Please check the form and
{% endblock %}