{% extends "base.htm" %}
{% block title %}Access Denied{% endblock %}
{% block content %}
You are logged in with the following OpenID:
{{identity}}
Unfortunately, your OpenID is not unlocked. Contact the site administrator to get access.
{% else %}We're sorry; but you have to log in to access this page.
{% endif %} {% endblock %}