{% extends "base.html" %} {% block title %}{{ t('Server Error') }} - {{ t('Your Business Name') }}{% endblock %} {% block content %}

500

{{ t('Server Error') }}

{{ t('Something went wrong on our end. We are working to fix the issue. Please try again later.') }}

{% endblock %}