{% extends "features/base.html" %} {% block content %} {% if user.is_authenticated %}

Sorry {{ user|escape }}, you do not have permission to perform this operation.

If you wish you may login under a different account if you wish. {% else %}

Sorry, but you must first be logged in to perform this action.

You may login here.
{% endif %} {% endblock %}