{% extends 'layout.html' %} {% load i18n %} {% load utilities %} {% block title %}{% trans "Oh no!" %}{% endblock %} {% block content %}

{% trans "Permission Denied" %}

{% blocktrans trimmed with level=request.user|get_user_permission %}

You do not have permission to view this page. Your user permission level is {{ level }}.

If you think you should have access to this page, please speak to your BookWyrm server administrator.

{% endblocktrans %}
{% endblock %}