Cause
{% autoescape false %}
{{ check.cause.rationale | e | replace(" ", " ") }}
{% endautoescape %}
{% autoescape false %}
{% if check.cause.help %}
{{ check.cause.help | e | replace(" ", " ") }}
{% endif %}
{% endautoescape %}