{% for verdict, count in session.verdict_counts.items() %}
{% if count > 0 %}
{{ verdict }}: {{ count }}
{% endif %}
{% endfor %}
| # | Action | Target | Verdict | Observation |
|---|---|---|---|---|
| {{ step.step_number }} | {{ step.action }} | {{ step.target }} | {{ step.verdict.value }} | {{ step.observation }} |