{% extends 'knowledge_base/knowledge_base_base.html' %} {% load custom_tags_and_filters %} {% block title %}{{ kind|capfirst }} knowledge base{% endblock %} {% block knowledge_base_title %}{{ kind|capfirst }} knowledge base{% endblock %} {% block tab_content %} {% if categories or items %}
There are currently no knowledge base items.
{% if user.is_superuser and "django.contrib.admin"|app_installed %} {% with knowledge_base_url='admin:NEMO_'|concat:kind|concat:'knowledgebaseitem_changelist' %}Please go to Administration -> Detailed Administration -> {{ kind|capfirst }} knowledge base items
{% endwith %} {% endif %} {% endif %} {% endblock %}