{% extends "podcast_analyzer/app_base.html" %} {% load i18n %} {% block extratitle %}{% blocktranslate with name=person.name %}Delete {{ title }}?{% endblocktranslate %} - {% endblock %} {% block breadcrumbs %}
{% 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 %}
{% endblock %}