{% extends 'in_box.html' %} {% load i18n %} {% block body %}
{% trans "You are not authorized to view this page." %}{% if not user.is_authenticated %} {% trans "Please login first." %}{% endif %}
{% endblock %}