{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %} HSEQ Kennisbank Centraal documentbeheer voor HSEQ compliance Zoeken {% if stats %} {{ stats.total_documents }} Documenten {{ stats.total_pages }} Pagina's {{ stats.total_categories }} Categorieën {{ stats.total_size }} Totale grootte {% endif %} {% if categories %} Filter: Alle {% for cat in categories %} {{ cat.category }} ({{ cat.count }}) {% endfor %} {% endif %} {% if documents and documents.results %} {% for doc in documents.results %} {{ doc.category or 'Ongecategoriseerd' }} {% if doc.pages %}{{ doc.pages }} pg{% endif %} {{ doc.title or doc.filename }} {% if doc.preview %} {{ doc.preview[:150] }}… {% endif %} {% endfor %} {% if documents.pages > 1 %} {% if documents.page > 1 %} ← Vorige {% endif %} Pagina {{ documents.page }} van {{ documents.pages }} {% if documents.page < documents.pages %} Volgende → {% endif %} {% endif %} {% else %} Geen documenten gevonden{% if category %} in categorie "{{ category }}"{% endif %}. Toon alle documenten {% endif %} {% endblock %}
Centraal documentbeheer voor HSEQ compliance
{{ doc.preview[:150] }}…
Geen documenten gevonden{% if category %} in categorie "{{ category }}"{% endif %}.