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

{% blocktranslate with name=person.name %}Delete {{ name }}?{% endblocktranslate %}

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

{% translate "This will not prevent this person from being recreated if they appear in a tracked feed." %}

{% blocktranslate count counter=person.get_total_episodes %}Deleting this person will also remove them from one episode. {% plural %} Deleting this person will also remove them from {{ counter }} episodes. {% endblocktranslate %}

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