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

    {% blocktranslate with title=podcast.title %}Delete {{ title }}?{% endblocktranslate %}

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

    {% translate "Deleting this podcast will also delete the following related records:" %}

    {% blocktranslate count counter=podcast.analysis_group.count %} It will also disassociate this podcast with one analysis group. {% plural %} It will also disassociate this podcast with {{ counter }} analysis groups. {% endblocktranslate %}

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