{% extends "base.html" %} {% block content %}
| Status | File | Error | Suggested Action | Detected |
|---|---|---|---|---|
| {% if issue.status == 'corrupt' %} Corrupt {% else %} Unreadable {% endif %} |
{{ issue.path.split('/')[-1] if '/' in issue.path else issue.path }}
{% set parts = issue.path.split('/') %}
{% if parts | length > 1 %}{{ '/'.join(parts[:-1]) }}/{% endif %}
|
{{ issue.error or "β" }} | {{ issue.suggested_action or "Investigate source and mount health" }} | {% if issue.checked_at %} {{ issue.checked_at }} {% else %} β {% endif %} |