{% extends "podcast_analyzer/app_base.html" %} {% load i18n %} {% block extratitle %}{% blocktranslate with source_name=source.name destination_name=destination.name %}Merge {{ source_name }} into {{ destination_name }}{% endblocktranslate %} - {% translate "People" %} - {% endblock %} {% block breadcrumbs %}
{% blocktranslate with source_name=source.name destination_name=destination.name %}{{ source_name }} would be merged into {{ destination_name }} for all existing episodes and any future episodes.{% endblocktranslate %}
{% translate "This means:" %}
{% translate "Warning" %}: {% translate "These two records overlap with each other in one or more episodes! The destination record will have the priority in case of conflicts." %}