Are you sure you want to delete the following list of Demo Activities:
{% for activity in activities %}
- {{ activity.name }}
{% endfor %}
Warning
This will also delete the trace files of the corresponding activities located at:
{% for activity in activities %}
{% if activity.trace_file %}
{{ activity.trace_file.path_to_file }}
{% endif %}
{% endfor %}
{% endblock %}