{% extends "base.html" %} {% set title = _('Access denied') %} {% block content %}

{{ title }}

{{ _('You do not have permission to access this page.') }}

{% if not user.is_authenticated %}

{{ _('Please try to log in / sign up first with') }} {{ _('Mozilla accounts') }}.

{% endif %}
{% endblock %}