{% extends "layout_1_column.html" %} {% block title %} {{ topic.identifier|topic_name(topic_map.identifier) }} | {{ topic_map.name }} {% endblock %} {% block javascript %}{% endblock %} {% block content %}

{{ topic.first_base_name.name }} Edit topic identifier


{% if error|bitwise_and(2) == 2 %} A topic with this identifier already exists. Please provide a different topic identifier. {% endif %}
Cancel

{% endblock %}