{% extends "base.html" %} {% block title %}Documents · kb-mcp admin{% endblock %} {% block content %}

Results

{{ pagination.total }} document(s)
{% for row in rows %} {% else %} {% endfor %}
Title Type Tags Links Updated
{{ row.doc.title }}
{{ row.doc.id }}
{{ row.doc.type }}
{% for tag in row.doc.tags %} {{ tag }} {% endfor %}
{{ row.outlinks }} out · {{ row.backlinks }} in {{ row.doc.updated_at.strftime("%Y-%m-%d %H:%M") }} Open
No matches

Try a different query or filter.

{% if pagination.total_pages > 1 %} {% endif %}
{% endblock %}