{% extends "layout.html" %} {% from "_formhelpers.html" import render_field %} {% block content %}

{{ group.name }}

Delete this pad

Are you sure you want to delete the pad {{pad}} in the group {{group}}?

This will permanently delete all versions and the complete history of the pad.

{% for field in delete_form %} {{ render_field(field) }} {% endfor %}
{% endblock %}