{% extends "base.html" %} {% block head_title %} Del: {{ project_name | truncatechars:20 }} |{{file}} |{{ block.super }} {% endblock %} {% block content %}

Delete Graph

Are you sure you want to delete this graph file?

Created: {{ timestamp }}

Project: {{ project_name }}

Filename: {{ file }}

Consider saving it first in the respective system detail view.

{% csrf_token %} {{ form.as_p }} Abort
{% endblock content %}graph_delete.html