{% extends "cranefly/layout.html" %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('Error')) }}{% endblock %} {% block content %}
{% if message %}

{{ message }}

{% else %}

{% trans %}You dont have permission to see this page.{% endtrans %}

{% endif %}
{% endblock %}