{% extends "layout_1_column.html" %} {% block title %}
{{ creation_date }}
{% if attributes %}Name | Value | Data Type | Scope | Actions |
---|---|---|---|---|
{{ attribute.name }} | {{ attribute.value }} | {{ attribute.type|topic_name(topic_map.identifier) }} | {{ attribute.scope|topic_name(topic_map.identifier) }} | {% if entity_type == 'topic' %} Edit {% else %} Edit {% endif %} · {% if entity_type == 'topic' %} Delete {% else %} Delete {% endif %} |
This entity has no associated attributes. Click on the "Add attribute" button below to add an attribute.
{% endif %} {% if current_user.id == topic_map.user_identifier %} Return {% if entity_type == 'topic' %} Add attribute {% else %} Add attribute {% endif %}