{% extends "library/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "knowledge" %} {% block title %}{{ base.name }} - LLeMbas{% endblock %} {% block heading %}{{ base.name }}{% endblock %} {% block library_content %}
{{ icon("chevron-right", "icon--sm") }} All knowledge bases
{% if is_owner %}

Add to this base

Images, PDFs and text. A PDF has its text read once, now.

Fetched now and kept as text, so it survives the page changing.

{% endif %}
{% if q %}Clear{% endif %}
{% if not documents %}
{{ icon("archive", "empty__mark") }}

{{ "Nothing found" if q else "Empty" }}

{% if q %}Nothing in this base matches “{{ q }}”. {% else %}Add a file or a web page above.{% endif %}

{% else %} {% include "library/_pager.html" %} {% endif %}

This base

{% include "library/_share.html" %} {% if is_owner %}
{% endif %}
{% endblock %}