{% extends "layouts/error_mobile.twig" %}
{% block title %}500{% endblock %}
{% block illustration %}
{% endblock %}
{% block error_title %}
{{ translations.server_error ?? 'Server error' }}
{% endblock %}
{% block error_subtitle %}
{{ translations.server_error_subtitle ?? 'Something went wrong on our side. Please try again.' }}
{% endblock %}
{% block actions %}
{{ translations.back ?? 'Back' }}
{% endblock %}
{% block footer %}