{% enddefinevar %}
{% definevar 'moved_fmt' %}
%(text)s
{% enddefinevar %}
{% if file.changed_chunk_indexes or file.binary or file.deleted or file.moved %}
{% if not standalone %}
{% if file.dest_filename == file.depot_filename %}
{{ file.depot_filename }}
{% else %}
{{ file.depot_filename }}
{{ file.dest_filename }}{% if file.moved %}{% trans " (moved)" %}{% endif %}
{% if chunk.meta.headers and chunk.meta.headers.0 %}
{% if chunk.meta.headers.0.text == chunk.meta.headers.1.text %}
{% diff_chunk_header chunk.meta.headers.0 %}
{% else %}
{% diff_chunk_header chunk.meta.headers.0 %}
{% diff_chunk_header chunk.meta.headers.1 %}
{% endif %}
{% else %}
{% endif %}
{% endif %}
{% endif %}
{% endfor %}{# chunks #}
{% endif %}{# file deleted, binary and whitespace_only #}
{% if not standalone %}
{% endif %}{# not standalone #}
{% else %}{# No changed chunks and not a binary file #}
{% if not standalone %}
{% endif %}{# not standalone #}
{% endif %}{# No changed chunks and not a binary file #}