{% if allowed_to_send_error_reports %}

{% trans %} This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error. {% endtrans %}

{% trans "You may examine the data in the error report:" %}
{{ report_data|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_UNESCAPED_SLASHES')) }}
{{ hidden_inputs|raw }} {{ hidden_fields|raw }}
{% else %}
{{ report_data|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_UNESCAPED_SLASHES')) }}
{% endif %}