Scan Time: {{ timestamp }}
Description: {{ result.description or 'No description' }}
Pass Rate: {{ result.pass_rate|round(1) }}% ({{ result.passed_rows }}/{{ result.total_rows }})
{% if result.violations %}Violations ({{ result.failed_rows }}):
| {{ col }} | {% endfor %}
|---|
| {{ val }} | {% endfor %}
Error: {{ result.error_message }}
{% endif %}