{% 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 %}
  • {% translate "People" %}
  • {{ person.name }}
  • {% translate "Merge with" %} {{ destination.name }}
  • {% endblock %} {% block content %}

    {% blocktranslate with source_name=source.name destination_name=destination.name %}Merge {{ source_name }} into {{ destination_name }}{% endblocktranslate %}

    {% 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:" %}

    {% if conflict_data and not conflict_data.is_conflict_free %}

    {% 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." %}

    {% endif %}
    {% csrf_token %} {{ form }}

    {% translate "Are you sure you wish to proceed with this merge? It cannot be undone." %}

    {% translate "No, return to merge options" %}
    {% endblock %}