{% extends 'uhepp_vault/base.html' %} {% block title %}{{ collection.title }} - uhepp hub{% endblock %} {% block content %}

Delete collection

{% csrf_token %}

Are you sure you want to delete collection {{ collection.title }}? Deleting the collection will also delete {{ collection.plots.count }} plots.

{% endblock %}