Please confirm you would like to delete the following folder:
{{spec.relative_dir}}/
{% for dir in dirs %}
{% if forloop.first %}
This will also remove the following directories:
{% endif %}
{{dir}}/
{% endfor %}
{% for file in files %}
{% if forloop.first %}
This will also remove the following files:
{% endif %}
{{file}}
{% endfor %}