{% extends "themis/base.html" %} {% block title %}Concepts — Mnemosyne{% endblock %} {% block content %}
| Name | Type | {% if query %}Score | {% endif %}
|---|---|---|
| {{ concept.name }} | {% if concept.concept_type %} {{ concept.concept_type }} {% else %} — {% endif %} | {% if query %}{{ concept.score|floatformat:3 }} | {% endif %}
Showing {{ concepts|length }} concepts.
{% else %}