{% load i18n %} {% load djblets_utils %} {% load reviewtags %} {% load difftags %}
{% trans "Ship It" %}
{{review.body_top}}
{{comment.text|escape}}
{{review.body_bottom}}
{% for comment in review.screenshot_comments.all %}-
{% if comment.screenshot.caption %}{{comment.screenshot.caption}}{% else %}{{comment.screenshot.image|basename}}{% endif %}
{{comment.image|safe}}
-
- {% trans "Delete comment" %}
{% endcomment %}
{% endfor %}
{% for comment in review.ordered_comments %}
{% comment %}
-
{% trans "Loading diff fragment..." %}
-
- {% trans "Delete comment" %}
{% endcomment %}
{% endfor %}
{% comment %}