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

{{ topic.first_base_name.name }} Add attribute


{% if entity_type == 'topic' %}
{% else %} {% endif %}
{% if error|bitwise_and(8) == 8 %} An attribute with this name already exists for this topic, occurrence or association. Please provide a different name. {% endif %}

Advanced options
{% if error|bitwise_and(4) == 4 %} A scope with this identifier doesn't exist. Please provide an identifier for an existing scope. {% endif %}

{% if entity_type == 'topic' %} Cancel {% else %} Cancel {% endif %}

{% endblock %}