{% load static %}
Oops! The page you're looking for doesn't exist.
{% elif status == "500" %}Sorry, something went wrong on our end. We're working to fix it!
{% elif status == "503" %}The server is currently unavailable. Please try again later.
{% else %}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 %}