{% extends "base.html" %} {% load display %} {% block css %} {% endblock %} {% block content %}

Review the following information to ensure that the topics you have selected to merge all refer to the same thing. Save to complete the merge.

After completing the merge, you will be given a link to the newly merged topic page, where you can add or remove aliases and change the topic's article as needed.


{% csrf_token %} {% for topic in topics %} {% endfor %}

{{ preferred_name }}

Aliases
    {% for alias in existing_aliases %} {% endfor %} {% for alias in new_aliases %}
  • {{ alias }}
  • {% endfor %}
Article
{% if article %} {{ article|as_html }} {% else %} None {% endif %}
Related Objects
{% for object in related_objects %} {% endfor %}

{% endblock %}