{% load i18n %} {% load djblets_utils %} {% load reviewtags %} {% load difftags %}

{{review.body_top}}
{% if review.comments.all or review.screenshot_comments.all %}
{% for comment in review.screenshot_comments.all %}
{{comment.text|escape}}
{% comment %} {% endcomment %}
{% endfor %} {% for comment in review.ordered_comments %}
{% trans "Loading diff fragment..." %}
{{comment.text|escape}}
{% comment %} {% endcomment %}
{% endfor %}
{{review.body_bottom}}
{% endif %}