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

Delete File

Are you sure you want to delete this file?

Created:

{{ timestamp }}

Project:

{{ project_name }}

Filename:

{{ file }}

{% csrf_token %} {{ form.as_p }} Abort
{% elif project %}

Delete Project

Are you sure you want to delete this project?

Project:

{{ project }}

Latest file from :

{{ timestamp }}

{% csrf_token %} {{ form.as_p }} Abort
{% endif %}
{% endblock content %}file_delete.html