{% extends "base.html" %} {% block title %}{{ _('Insufficient Permissions') }} — {{ service_name }}{% endblock %} {% block content %}

{{ _('Insufficient Permissions') }}

{{ _('You do not have sufficient permissions to access this object.', help_url=config["DOCUMENTATION_ROOT_URL"] + 'user_guide/objects.html#permissions') }} {% if has_grant_user %}{{ _('Would you like to request read permissions?')}}

{% endif %} {% endblock %}