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

Insufficient Privileges

{% else %}

Login Required

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

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

{% else %}

The page you requested requires authentication. Use the Log in link in the upper right to log in.

{% endif %}
{% endblock %}