{% extends 'summary/visual_detail.html' %} {% block title %} {{ block.super }} | Delete {% endblock title %} {% block breadcrumbs_self %}
  • {{object}}/
  • Delete/
  • {% endblock breadcrumbs_self %} {% block content %} {{ block.super }} {% include "hawc/_delete_block.html" with name="visualization" notes="This will delete the current visualization, which cannot be recovered." %} {% endblock content %}