{% 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.name|basename}}{% endif %}
{{comment.image|safe}}
-
- {% trans "Delete comment" %}
{% endcomment %}
{% endfor %}
{% for comment in review.ordered_comments %}
{% comment %}
-
{{comment.filediff.dest_file}}
{% if comment.interfilediff %}
(Diff revisions {{comment.filediff.diffset.revision}} - {{comment.interfilediff.diffset.revision}})
{% else %}
(Diff revision {{comment.filediff.diffset.revision}})
{% endif %}
{% for i in comment.num_lines|default_if_none:1|range %}
{% endfor %}
-
- {% trans "Delete comment" %}
{% endcomment %}
{% endfor %}
{% comment %}