{% load difftags %} {% load djblets_utils %}
{% if standalone and error %} {{error}} {% else %} {% for chunk in file.chunks %} {% if not chunk.collapsable or not collapseall %} {% for line in chunk.lines %} {% ifequal chunk.change "replace" %} {% else %} {% endifequal %} {% endfor %} {% else %} {% endif %} {% endfor %}
  {{ file.depot_filename }}
{{file.revision}} New Change
{{line.1}}
{{ line.2|highlightregion:line.3|showextrawhitespace }}
{{line.4}}
{{ line.5|highlightregion:line.6|showextrawhitespace }}
{{ line.2|showextrawhitespace }}
{{line.4}}
{{ line.5|showextrawhitespace }}
{% endif %}