{% 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 %}
{% 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 #}