{{ _('Maintenance') }}

{{ _('AI Diagnostics') }}

{{ _('Overview of downloaded diagnostic packages. The analysis was generated automatically by AI and may contain errors.') }}

{{ _('Diagnostic reports') }}

{{ _('All found {extension} archives in the folder {directory}.', extension='.tar.gz', directory='debug/diagnostic_reports') | safe }}

{% if diagnostics %}
{% for entry in diagnostics %} {% endfor %}
{{ _('Severity') }} {{ _('Chargepoint ID') }} {{ _('Diagnostic file') }} {{ _('Report') }} {{ _('Actions summary') }}
{{ _('Medium') }} {{ entry.chargepoint_id }} {{ entry.archive_name }} {% if entry.report_name %} {% else %} {% endif %} {% if entry.summary_name %} {% else %} {% endif %}
{% else %}
{{ _('No diagnostic archives were found.') }}
{% endif %}