{% extends "layouts/base.html" %} {% block title %}{{ _('500 Server Error') }} - TryoutPro{% endblock %} {% block page_title %}{{ _('Internal Server Error') }}{% endblock %} {% block content %}

{{ _('500 — Internal Server Error') }}

{{ _('Something went wrong on our end. The error has been logged and will be investigated. Please try again later.') }}

{# The reference is what makes a report actionable: it names one request in errors.log. It identifies nothing else — no session, no account — so there is nothing to protect here (OBS-005). #} {% if request_id and request_id != '-' %}

{{ _('Reference to quote if you report this:') }} {{ request_id }}

{% endif %} {{ _('Try Again') }}
{% endblock %}