{% if report.strengths %}

Strengths

{{ report.strengths|linebreaks }}
{% endif %} {% if report.weaknesses %}

Weaknesses

{{ report.weaknesses|linebreaks }}
{% endif %}

Report

{{ report.report|linebreaks }}
{% if report.requested_changes %}

Requested changes

{{ report.requested_changes|linebreaksbr }}

{% endif %} {% if report.file_attachment %}

Attachment

{% include 'bi/download.html' %} Download attachment

{% endif %} {% if report.recommendation_publicly_visible %}

Recommendation

{{ report.get_recommendation_display }}

{% endif %} {% include 'submissions/_report_ratings.html' with report=report %}