{% extends "centerCendari.html" %} {% load set_var %} {% load typogrify display note_sections staticfiles compress %} {% block js %} {% endblock %} {% block css %} {% endblock %} {% block init %} {% endblock init %} {% block model_fields %}
 
{% if topic.id %}
{% csrf_token %} {% else %} {% csrf_token %} {% endif %}
{{ topic.preferred_name }}
{% if topic.topic_node.type == 'PLA' %}(e.g. to resolve the place entity 'Berlin', type the word 'Berlin' or copy-paste the following URL into the field below: http://dbpedia.org/resource/Berlin) {% elif topic.topic_node.type == 'EVT' %}(e.g. to resolve the event entity 'WWI', type the word 'WWI' or copy-paste the following URL into the field below: : http://dbpedia.org/resource/WWI) {% elif topic.topic_node.type == 'PER' %}(e.g. to resolve the person entity 'Napoleon', type the word 'Napoleon' or copy-paste the following URL into the field below: http://dbpedia.org/resource/Napoleon) {% elif topic.topic_node.type == 'ORG' %}(e.g. to resolve the organisation entity 'NATO', type the word 'NATO' or copy-paste the following URL into the field below: http://dbpedia.org/resource/NATO) {% elif topic.topic_node.type == 'PUB' %}(e.g. to resolve the publication entity 'The Odyssey', type 'The Odyssey' or copy-paste the following URL into the field below: http://dbpedia.org/resource/Odyssey) {% elif topic.topic_node.type == 'TAG' %}(e.g. to resolve the tag entity 'Imperialism', type the word 'Imperialism' or copy-paste the following URL into the field below: http://dbpedia.org/resource/Imperialism) {%endif%}
{% if topic.topic_node.type == 'EVT' %}
{% if topic.date %} {{ topic.date }} {% endif %}
{%endif%} {% if topic.id %} {%endif%} {% if topic.id %} {% else %} {% endif %} {% if cluster %}
    {% for topic in cluster.topics.all %}
  1. {{ topic|as_link|typogrify }}
  2. {% endfor %}
{% else %} Cleate a new cluster containing this topic {% endif %}
{% endblock model_fields %} {% block functions %} {% endblock functions %}