{% load i18n %}

{{ service }} setup

{% if form.non_field_errors %}

{% trans 'It seems that there are errors on the form' %}

{% endif %}
{% csrf_token %} {% for field in form %}
{{ field.label_tag }} {{ field }} {% if field.errors %} {% endif %}

{{ field.help_text }}

{% endfor %}