{% block predictions %} {% if predictions %}
{{ item.outcome | safe}}
{{item.name}}
{{item.figure | safe}}
prediction: {{item.prediction}} truth: {{item.truth}} {% if item.explanation %}
{{item.explanation | safe}}
{% endif %}
|
{% endfor %}