{% extends "base.html" %} {% block title %}{{ _('Insufficient Permissions') }} — {{ service_name }}{% endblock %} {% block content %}
{{ _('You do not have sufficient permissions to access this object.', help_url='https://scientific-it-systems.iffgit.fz-juelich.de/SampleDB/user_guide/objects.html#permissions') }} {% if has_grant_user %}{{ _('Would you like to request read permissions?')}}
{% endif %} {% endblock %}