{% extends 'excerptexport/base.html' %}{% load i18n capture_as static %} {% block breadcrumb %} {{ block.super }}
  • {% trans 'Excerpt Deletion' %}
  • {% endblock %} {% block main %}

    {% trans 'Delete excerpt and dependent data' %}

    {{ excerpt.name }}

    This will also delete the following Exports:

      {% for export in exports %}
    • {% include 'excerptexport/partials/export_detail_string.html' %}
    • {% empty %}
    • {% trans 'No Exports attached.' %}
    • {% endfor %}
    No
    {% csrf_token %}
    {% endblock %}