{% include "_messages.html" %}
{% if topic_map %} {% endif %}
{% if not current_user.is_authenticated or not collaboration_mode or collaboration_mode.name == "VIEW" %} {% endif %} {% if current_user.is_authenticated and collaboration_mode.name == "COMMENT" %} {% endif %} {% if current_user.is_authenticated and collaboration_mode.name == "EDIT" %} {% endif %}

{% if topic.instance_of == 'tag' %}{{ topic.identifier }} {% else %} {{ topic.first_base_name.name }} {% if topic.identifier == 'home' %}{% endif %} {% endif %}

{{ creation_date }}

Properties
{% if topic.base_names|length > 1 %} {% else %} {% endif %}
Name Value
Identifier {{ topic.identifier }}
Names {% for base_name in topic.base_names %} {{ base_name.name }}{% if loop.index < topic.base_names|length %}  · {% endif %} {% endfor %} Name {{ topic.first_base_name.name }}
Type {% if session['current_scope'] == '*' %} {{ topic.instance_of|topic_name(topic_map.identifier) }} {% else %} {{ topic.instance_of|topic_name(topic_map.identifier) }} {% endif %}
Creation timestamp {{ creation_date }}
Modification timestamp {{ modification_date }}

{% if topic.instance_of == 'tag' %} Tagged topics:
{% endif %} {% if ('categorization', 'category') in associations %} Tags:  {% for identifier in associations['categorization', 'category'] %} {{ identifier }} {% endfor %} {% endif %}
{% if occurrences['text'] %} {{ occurrences['text']|safe }}

Back to top

{% else %} {% if is_map_owner %} Edit topic

{% else %} {% endif %} {% endif %} {% if occurrences['notes'] %}
Notes
{% for note in occurrences['notes'] %}
{{ note.title }} — {{ note.timestamp }}

{{ note.text|safe }}

{% if current_user.is_authenticated and (collaboration_mode.name == "EDIT" or collaboration_mode.name == "COMMENT") %} Edit Delete {% endif %}

{% endfor %}

Back to top

{% endif %} {% if is_knowledge_path_topic %}
{% if ("navigation", "previous") in associations %}    Previous {% endif %} {% if ("navigation", "up") in associations %}    Up {% endif %} {% if ("navigation", "down") in associations %} Down    {% endif %} {% if ("navigation", "next") in associations %} Next    {% endif %}

{% endif %}
Current context
{% if is_map_owner %} {% endif %}

{% if occurrences['images'] or occurrences['3d-scenes'] or occurrences['files'] or occurrences['links'] or occurrences['videos'] %}
Topic resources
    {% if occurrences['images'] %}
  • {% if is_map_owner %} Images {% else %} Images {% endif %}
  • {% endif %} {% if occurrences['files'] %}
  • {% if is_map_owner %} Files {% else %} Files {% endif %}
  • {% endif %} {% if occurrences['videos'] %}
  • {% if is_map_owner %} Videos {% else %} Videos {% endif %}
  • {% endif %} {% if occurrences['links'] %}
  • {% if is_map_owner %} Links {% else %} Links {% endif %}
  • {% endif %} {% if occurrences['3d-scenes'] %}
  • {% if is_map_owner %} 3D {% else %} 3D {% endif %}
  • {% endif %}

{% endif %}