{% load difftags %} {% load djblets_utils %} {% load reviewtags %}
{{review_request_details.time_added}}
{{review_request_details.last_updated|timesince}} ago
{% for group in review_request_details.target_groups.all %} {{group}}{% if not forloop.last %}, {% endif %} {% endfor %} {% if review_request_details.target_groups.count and review_request_details.target_people.count %}
{% endif %} {% for person in review_request_details.target_people.all %} {{person}}{% if not forloop.last %}, {% endif %} {% endfor %}
{% if review_request_details.bugs_closed %}
{% for bug in review_request_details.get_bug_list %} {% if review_request.repository.bug_tracker %}{{bug}}{% else %}{{bug}}{% endif %}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %} {% if review_request_details.branch %}
{{review_request_details.branch}}
{% endif %}
{{review_request.repository}}
{% if review_request.changenum %}
{{review_request.changenum}}
{% endif %}
{{review_request_details.description|escape}}
{{review_request_details.testing_done|escape}}
Screenshots Diff
{% ifnotequal reviews|length 0 %}

Reviews

{% for review in reviews %}
{{review.user|user_displayname}} {% if review.ship_it %}-
Ship it!
{% endif %}
Posted {{review.timestamp}}
{% if review.body_top %}
{{review.body_top|escape}}
{% reply_section review "" "body_top" "rcbt" %} {% endif %}
{% for comment in review.ordered_comments %}
{% forchunkswithlines comment.filediff None comment.first_line comment.num_lines %} {% for line in chunk.lines %} {% endfor %} {% endforchunkswithlines %}
{{comment.filediff.dest_file}}
{{line.0}}
{{line.1|highlightregion:line.2|showextrawhitespace}}
{{line.3|highlightregion:line.4|showextrawhitespace}}
{{comment.text|escape}}
{% reply_section review comment "comment" "rc" %}
{% endfor %}
{% if review.body_bottom %}
{{review.body_bottom|escape}}
{% reply_section review "" "body_bottom" "rcbb" %} {% endif %}
{% endfor %} {% endifnotequal %}