{% extends 'base.html' %} {% load static %} {% block title %} 403 | {{block.super}} {% endblock title %} {% block main_content %}
{% if user.is_authenticated %}

403. Forbidden.

I'm sorry Dave, I'm afraid I can't do that.

It appears that you, {{request.user}}, have not been given permission to view this page.

Think you should have access? Talk to the project manager for the assessment you're trying to view and request permission.

{% else %}

403. Forbidden.

It looks like you're not logged-in to the website, and this page requires authentication.

Login to HAWC {% endif %}
{% endblock %}