{% extends 'base.html' %} {% block contentwrapper %}
{% block content %}

{{ _("You are not authorized to access the service ") }} {{ _("service") }}

{{ _('We will now redirect you to a registration page, where you will apply for the access.') }}

{{ _("Proceed to registration") }}

{% endblock %}
{% endblock %}