{% extends 'lit/search_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="search/import" notes="This will remove the all the references for this assessment, from this search-query/import string.

    If a reference found in this search/import was also found in other searches/imports, it will not be removed.

    This may also remove all data which was extracted from these references as well, including risk of bias, endpoints, and BMD modeling." %} {% endblock content %}