{% extends "base.html" %} {% block content %}

Wissensdatenbank

{% for t in tabs %}{{ t.label }}{% endfor %}
{% for a in rows %} {% endfor %} {% if rows.is_empty() %}{% endif %}
TitelKategorieStatusTagsAutorAktualisiert
{{ a.titel }} {{ a.kategorie }} {{ a.status }} {% for t in a.tags %}{{ t }}{% endfor %} {{ a.autor }} {{ a.updated }}
Keine Artikel.
{% if ctx.operative %}
+ Neuer Artikel
{% endif %} {% endblock %}