{% if error_code == 400 %} Something went wrong with your request. Please check and try again. {% elif error_code == 401 %} You need to sign in to access this page. {% elif error_code == 403 %} You don't have permission to view this page. {% elif error_code == 404 %} We couldn't find the page you're looking for. It might have been moved or deleted. {% elif error_code == 405 %} This action isn't allowed here. {% elif error_code == 408 %} The request took too long. Please try again. {% elif error_code == 409 %} There's a conflict with the current state. Please refresh and try again. {% elif error_code == 410 %} This page is no longer available. {% elif error_code == 413 %} The file or request is too large to process. {% elif error_code == 414 %} The URL is too long to process. {% elif error_code == 415 %} This file type isn't supported. {% elif error_code == 418 %} I'm a teapot, not a coffee machine. ☕ {% elif error_code == 422 %} We couldn't process your request. Please check your input. {% elif error_code == 429 %} Slow down! You're making too many requests. Please wait a moment. {% elif error_code == 500 %} Something went wrong on our end. We're looking into it. {% elif error_code == 501 %} This feature isn't available yet. {% elif error_code == 502 %} We're having trouble connecting to our servers. Please try again. {% elif error_code == 503 %} We're temporarily offline for maintenance. Back soon! {% elif error_code == 504 %} The connection timed out. Please try again. {% elif error_code == 505 %} Your browser version isn't supported. {% else %} Something unexpected happened. Please try again. {% endif %}
{% if details %}