{{ section_name }}
{% if section_data.success_rate == 100 %} ā {{ section_data.passed }}/{{ section_data.total }} {% elif section_data.failed > 0 %} ā {{ section_data.failed }} Failed {% else %} ā ļø {{ section_data.warned }} Warnings {% endif %}| Status | Check | Message |
|---|---|---|
| {{ check.name }} |
{{ check.message }}
{% if check.details %}
{{ check.details }}
{% endif %}
{% if check.fix_command %}
Fix: {{ check.fix_command }}
{% endif %}
|
ā” Action Items
-
{% for item in action_items %}
- {{ item }} {% endfor %}