{% extends 'site.html' %} {% block title %}{{ LANG.VIEW_KNOWLEDGEBASE }}{% endblock %} {% block content %} {% include 'knowledgebase_leftbar.html' %}
{% for article in kb_cat.article_list %} {% endfor %} {% if kb_cat.total_articles > settings.knowledgebase_articlesundercat %} {% endif %} | {% if result == 0 %} |
{{ LANG.MOST_POPULAR_ARTICLES }} |
{% endif %}
{% if settings.knowledgebase_newest == 'yes' %}
{{ LANG.NEWEST_ARTICLES }} |
{% endif %}
{% for popular_articles in popular_articles %} {% endfor %} | {% endif %} {% if settings.knowledgebase_newest == 'yes' %}{% for newest_articles in newest_articles %} {% endfor %} | {% endif %}