{% extends "crashstats_base.html" %} {% block page_title %} {% if request.user.is_authenticated() %}Insufficient Privileges{% else %}Login Required{% endif %} {% endblock %} {% block content %}
{% if request.user.is_authenticated() %}

Insufficient Privileges

{% else %}

Login Required

{% endif %}
{% if request.user.is_authenticated() %}

You are signed in but you do not have sufficient permissions to reach the resource you requested.

{% else %}

The page you requested requires authentication. Use the login button at the lower right to log in.

{% endif %}
{% endblock %}