{% extends "base.html" %} {% block title %}{{ collection }} - KenobiX Explorer{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}

{{ collection }}

{{ "{:,}".format(total) }} documents {% if indexed %} · Indexed: {% for field in indexed %} {{ field }} {% endfor %} {% endif %}

{% if documents %}
{% for col in columns %} {% endfor %} {% for doc in documents %} {% for col in columns %} {% set cell = doc.get(col.name) | format_cell %} {% endfor %} {% endfor %}
{{ col.display_name }} {% if col.is_indexed %}*{% endif %}
{% if cell.full %} {{ cell.display }} {% else %} {{ cell.display }} {% endif %} View
{% else %}

No documents in this collection.

{% endif %}

← Back to overview

{% endblock %}