{% extends "layout_1_column.html" %} {% block title %} {{ topic_map.name }} {% endblock %} {% block javascript %} {% if error %} {% endif %} {% endblock %} {% block content %}

{{ topic.first_base_name.name }} Create association


{% if error|bitwise_and(1) == 1 %} A topic with this identifier doesn't exist. Please provide an identifier for an existing topic. {% endif %}
{% if error|bitwise_and(8) == 8 %} A type with this identifier doesn't exist. Please provide an identifier for an existing type. {% endif %}

Advanced options
{% if error|bitwise_and(16) == 16 %} A scope with this identifier doesn't exist. Please provide an identifier for an existing scope. {% endif %}
{% if error|bitwise_and(32) == 32 %} An association or topic with this identifier already exists. Please provide a different association identifier. {% endif %}

Cancel

{% endblock %}