{% 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 %} {% if not password_error %}
{% csrf_token %}
{% else %}

The calculator is temporarily unavailable due to configuration issues.

Return to Homepage
{% endif %}
{% endblock %}