{% extends "base.html" %} {% from "dashboards/includes/macros.html" import print_readout, product_choice_list, print_subscription_menu, category_filter with context %} {% from "includes/common_macros.html" import for_contributors_sidebar %} {% set title = _('Knowledge Base Dashboard') %} {% set scripts = ('wiki', 'wiki.dashboard') %} {% set crumbs = [(None, title)] %} {% set classes = 'contributor-dashboard' %} {# TODO: Move required dashboard scripts out of wiki.js into their own #} {% block content %}
{{ product_choice_list(products, product, url('dashboards.contributors')) }}

{{ title }}

{{ category_filter() }} {% if default_locale_name != request_locale_name %}
{% endif %} {% if not user.is_anonymous %} {{ print_subscription_menu(default_locale_name, request_locale_name, on_default_locale, is_watching_default_locale, is_watching_other_locale, is_watching_default_approved, is_watching_other_approved, settings.WIKI_DEFAULT_LANGUAGE, product=product) }} {% endif %}
{% endblock %} {% block below_main %} {% include 'dashboards/includes/kb_overview.html' %}
{% endblock %} {% block side_top %} {% endblock %}