{% extends 'lib/base.html' %} {% load static %} {% block body %}

Are you sure you want to delete '{{ activity }}' Activity?


{% if activity.trace_file %}
  Warning  
This will also delete the trace file of this activity located at:
{{ activity.trace_file.path_to_file }}
{% endif %}
{% csrf_token %} Cancel
{% endblock %}