{% if files %}
Changed files
{% for f in files %}
{{ f.status }} {{ f.path }}
{% endfor %} {% else %}

No files changed

{% endif %}