{% extends "_base.html" %} {% load markdown_extras %} {% load breadcrumb_tags %} {% load i18n %} {% load static %} {% load sekizai_tags %} {% block title %}Knowledge Base Categories | Labelbase{% endblock %} {#% block nav_home %}active{% endblock %#} {% block content %}

Knowledge Base

Browse through the categories below.

If you have unanswered questions, are confused, or just want to understand Labelbase better – just get in touch using our {% if request.user.profile.use_chatwoot %} support chat. {% else %} support chat. {% endif %}

{% for category in categories %} {% if category.article_set.count %}
{{ category.name }}

{{ category.desc }}

{% endif %} {% empty %}

Your knowledge base is empty.

You can download the latest knowledge here and import it here.

{% endfor %}
{% endblock %}