{% extends 'psu_base/layout/no_body.html' %} {% load base_taglib %} {%block title%}Database Connection Error{%endblock%} {% block pagecontent %} {% include 'psu_base/layout/header/grid-minimal.html' %} {%if active_downtime or next_downtime.minutes_until_start < 10%} {%include "psu_base/layout/messages/psu_base_downtime.html"%} {%endif%}
{%if active_downtime%}

{%fa fa-wrench fa-fw%} System Maintenance

{%if next_downtime.downtime_type == "psu_base"%} This site is offline for scheduled maintenance. Please check back later. {%else%} Our systems are offline for scheduled maintenance. Please check back later. {%endif%}
{%elif next_downtime and next_downtime.minutes_until_start < 5%}

{%fa fa-wrench fa-fw%} System Maintenance

{%if next_downtime.downtime_type == "psu_base"%} This site is offline for scheduled maintenance. Please check back later. {%else%} Our systems are offline for scheduled maintenance. Please check back later. {%endif%}
{%else%}

{%fa fa-bomb fa-fw%} Boom!

Something has gone wrong...
{%if is_development%}
{%fa fa-lock fa-fw%} VPN
You must be on VPN to connect to Finti during development.
Check your VPN connection and try again.

{%endif%}
{%fa fa-wrench fa-fw%} Unexpected Maintenance
A connected system may be experiencing issues. Please try back later.
{%fa fa-repeat fa-fw%} Try Again
Maybe this was a random occurrence. You could try refreshing the page...
{%fa fa-life-ring fa-fw%} Help!
If you continue to receive this message, you can email the Web & Mobile Team at:



Image of a cartoon viking

{%endif%}
{% include 'psu_base/layout/footer.html' %} {% endblock %}