{{ labels.topics_title }}

{% if clusters %} {% for cluster in clusters %}
{{ cluster.topics | join(', ') }}
    {% if cluster.description %}
  • {{ cluster.description }}
  • {% endif %} {% if cluster.member_links %}
  • {{ cluster.member_links | safe }}
  • {% endif %}
{% endfor %} {% else %}

No topics available.

{% endif %}

{{ labels.content_title }}

{% if chunks %} {% for chunk in chunks %}
{{ labels.show_original }}
{{ chunk.linkified | safe }}
{{ chunk.original }}
{% endfor %} {% else %}

No content chunks available.

{% endif %}

{{ labels.entities_title }}

{% if entities_display %} {% for entity in entities_display %}

{{ entity.name }} {{ entity.type }}

{% if entity.description %}
{{ entity.description }}
{% endif %} {% if entity.relations %}
    {% for rel in entity.relations %}
  • {{ rel | safe }}
  • {% endfor %}
{% endif %} {% if entity.chunk_links %} {% endif %}
{% endfor %} {% else %}

No entities available.

{% endif %}