{% extends "base.html" %} {% block title %}{{ error }} - MySQL to Sheets Sync{% endblock %} {% block nav %} {% endblock %} {% block header %}{% endblock %} {% block content %}
{% if error_code %} {% if error_code.startswith('DB_') %} 🗃 {% elif error_code.startswith('SHEETS_') %} 📄 {% elif error_code.startswith('CONFIG_') %} {% else %} ⚠️ {% endif %} {% else %} ⚠️ {% endif %}

{{ error }}

{% if error_code %}
{{ error_code }} {% if error_category %} {{ error_category }} {% endif %}
{% endif %}

{{ message }}

{% if remediation %}

How to fix this

{{ remediation }}

{% endif %} {% if error_code %}

Need more help? See the troubleshooting guide or check the error log.

{% endif %}
Back to Dashboard {% if show_retry %} {% endif %} Run Diagnostics
{% endblock %} {% block scripts %}{% endblock %}