{% 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
Properties
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 %} | {% else %}Name | {{ topic.first_base_name.name }} | {% endif %}
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 }} |
-
{% for identifier in associations['categorization', 'member'] %}
- {{ identifier|topic_name(topic_map.identifier) }} {% endfor %}
{% if occurrences['text'] %} {{ occurrences['text']|safe }} {% else %} {% if is_map_owner %}
This topic has no text. Click on the "Edit topic" button below to add text to this topic.
Edit topic{% else %}
This topic has no text.
{% endif %} {% endif %} {% if occurrences['notes'] %}Notes
{% for note in occurrences['notes'] %}{% endfor %} {% endif %} {% if is_knowledge_path_topic %}
{% endif %}
Current context
- Map: {{ topic_map.name }} — Info
- Topic: {{ topic.first_base_name.name }} {% if session['current_scope'] == '*' %}
- Scope: {{ session['current_scope']|topic_name(topic_map.identifier) }} {% else %}
- Scope: {{ session['current_scope']|topic_name(topic_map.identifier) }} {% endif %} {% if current_user.is_authenticated and not is_map_owner %}
- Collaboration mode: {% if collaboration_mode.name == "VIEW" %} Can view {% elif collaboration_mode.name == "COMMENT" %} Can comment {% elif collaboration_mode.name == "EDIT" %} Can edit {% else %} None {% endif %} {% 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 %}
-
{% for image in occurrences['images'] %}
- {{ image.title }} {% endfor %}
{% endif %}
{% if occurrences['files'] %}
- {% if is_map_owner %}
Files
{% else %}
Files
{% endif %}
-
{% for file in occurrences['files'] %}
- {{ file.title }} {% endfor %}
{% endif %}
{% if occurrences['videos'] %}
- {% if is_map_owner %}
Videos
{% else %}
Videos
{% endif %}
-
{% for video in occurrences['videos'] %}
- {{ video.title }} {% endfor %}
{% endif %}
{% if occurrences['links'] %}
- {% if is_map_owner %}
Links
{% else %}
Links
{% endif %}
-
{% for link in occurrences['links'] %}
- {{ link.title }} {% endfor %}
{% endif %}
{% if occurrences['3d-scenes'] %}
- {% if is_map_owner %}
3D
{% else %}
3D
{% endif %}
-
{% for scene in occurrences['3d-scenes'] %}
- {{ scene.title }} {% endfor %}
{% endif %}
{% endif %}
Related topics
- ${
association.name }
- ${ role.name }