{% extends "themis/base.html" %} {% block title %}Concepts — Mnemosyne{% endblock %} {% block content %}

Knowledge Graph — Concepts

{% if error %}
{{ error }}
{% endif %} {% if concepts %}
{% if query %}{% endif %} {% for concept in concepts %} {% if query %} {% endif %} {% endfor %}
Name TypeScore
{{ concept.name }} {% if concept.concept_type %} {{ concept.concept_type }} {% else %} {% endif %} {{ concept.score|floatformat:3 }}

Showing {{ concepts|length }} concepts.

{% else %}
{% if query %}No concepts found for "{{ query }}".{% else %}No concepts in the knowledge graph yet.{% endif %}
{% endif %}
{% endblock %}