{% extends 'django_knowledge/inner.html' %} {% load i18n %} {% load url from future %} {% block title %}{% trans "Support" %}{% endblock title %} {% block knowledge_widgets %}

{% blocktrans with count=questions|length %}Top {{ count }} Questions{% endblocktrans %}


{% include 'django_knowledge/question_list.html' %}
{% endblock knowledge_widgets %}