{% include 'overall_header.html' %}

{{ lang('LIBRARY') }}

{{ CATEGORY }}

{% if loops.cat_row|length %}{% INCLUDE '@sheer_knowledgebase/kb_cat_list.html' %}{% endif %}
{% if S_CAN_ADD %}
{{ lang('ADD_ARTICLE') }} {{ Icon('font', 'file-text-o', '', true, 'fas c-button-icon') }}
{% endif %} {% if S_IS_SEARCH %} {% endif %}
{% if S_ALPHABET %}
{{ ALPHA_URLS }}[{{ lang('RESET_FILTER') }}]
{% endif %}
{% if S_CAN_ADD %}
{{ lang('ADD_ARTICLE') }} {{ Icon('font', 'file-text-o', '', true, 'fas c-button-icon') }}
{% endif %} {% if S_SORT_OPTIONS and not S_IS_BOT %}
{% INCLUDE 'display_options.html' %}
{% endif %}
{% if CATS_DROPBOX %} {% endif %}

{{ lang('KB_PERMISSIONS') }}

{% for rules in loops.rules %}{{ rules.RULE }}
{% endfor %}

{% include 'overall_footer.html' %}