{% extends "base.html" %} {% block title %}Knowledge Base{% endblock %} {% block page_title %}Knowledge Base{% endblock %} {% block content %}
{% if q or sel_category or sort != 'popular' %} Clear {% endif %}
Self-Service Articles ({{ articles|length }} result{{ 's' if articles|length != 1 }}) {% if current_user.is_it_staff %} New Article {% endif %}
Can't find an answer?
Submit a Ticket
{% if categories %}
Browse by Category
All {% for cat in categories %} {{ cat.replace('_',' ').title() }} {% endfor %}
{% endif %}
{% endblock %}