{% extends "podcast_analyzer/app_base.html" %} {% load i18n %} {% block extratitle %}{% blocktranslate with title=group.name %}Delete {{ title }}?{% endblocktranslate %} - {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% blocktranslate with title=group.name %}Delete {{ title }}?{% endblocktranslate %}

{% translate "Are you sure you want to delete this analysis group?" %}

{% translate "This group is associated with the following records. (They will not be deleted.)" %}

{% csrf_token %} {{ form }}
{% translate "Nevermind! Take me back." %}
{% endblock %}