{% load static %} {% if status == "404" %} Error 404 - Page Not Found {% elif status == "500" %} Error 500 - Server Error {% elif status == "503" %} Error 503 - Service Unavailable {% else %} Error {% endif %}
{% if status == "404" %}

404 - Page Not Found

Oops! The page you're looking for doesn't exist.

{% elif status == "500" %}

500 - Server Error

Sorry, something went wrong on our end. We're working to fix it!

{% elif status == "503" %}

503 - Service Unavailable

The server is currently unavailable. Please try again later.

{% else %}

Error

An unexpected error has occurred.

{% endif %} {% if admin %} Go to Admin Dashboard {% elif gate_keeper %} Go to Gate Keeper Dashboard {% elif employee %} Go to Employee Dashboard {% else %} Go to Login {% endif %}