{% extends 'base.html' %} {% load static %} {% block title %}Authentication Required{% endblock %} {% block content %}

Authentication Required

Please enter the password to access the CSP ROI Calculator

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% csrf_token %}
{% endblock %}