{% from '_partials/badge.html' import badge %}
{{ summary.total }}
Total
{{ summary.validated }}
Validated
{{ summary.untested }}
Untested
{{ summary.invalidated }}
Invalidated
{% if summary.total > 0 %}
{% endif %}
All Untested Validated Invalidated
{% if assumptions %} {% for a in assumptions %} {% endfor %}
ID Statement Status Task Created Actions
{{ a.id }} {{ a.statement }} {% if a.evidence %}
{{ a.evidence | length }} evidence record{% if a.evidence | length != 1 %}s{% endif %} {% for e in a.evidence %}

{{ e.outcome }} ({{ e.date }})

{% endfor %}
{% endif %}
{{ badge(a.status | default('untested')) }} {% if a.linked_task %} {{ a.linked_task }} {% endif %} {{ a.created | default('') }} {% if a.status == 'untested' %}
Resolve
{% endif %}
{% else %}

No Assumptions Found

No assumptions registered{% if status_filter %} with status "{{ status_filter }}"{% endif %}. Register one with fw assumption add "Statement" --task T-XXX

{% endif %}