This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{% extends "errors/default.twig" %}
|
|
|
|
{% block title %}{{ __("Forbidden") }}{% endblock %}
|
|
|
|
{% block content_headline_text %}{{ __("You are not allowed to access this page") }}{% endblock %}
|