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

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

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

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

You may login here.
Don't have an account? Create one! {% endif %} {% endblock %}