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

{{ _("Access forbidden") }}


{{ _("You don't meet the prerequisites for accessing the service: ") }} {{ service }}

{{ _('For more information about this service please visit this ') }}{{ _("page") }}

{{ _('If you think you should have an access contact service operator at ') }}{{ email }}

{{ _("Problem with login to service: ") }} {{ service }}

{% endblock %}
{% endblock %}