{% load i18n %} {% block title %}{% trans 'Set Up Error' %}{% endblock %}
{% block content %}

{% trans 'Set Up Error' %}

{{ errormessage }}

{% trans 'Go to Settings' %}

{% endblock %}