{% if report.outcome.value == 'success' %}
Success
{% else %}
{{ report.outcome.value }}
{% endif %}
{{ report.title }}
{% with %}
{% set modal_id="help-modal" %}
{% set button_content %}
Help
{% endset %}
{% include 'modal_link.html' %}
{% endwith %}