{% if 'SIDEBAR_MAIN_HEADER'|show_block_to(request.user) %}
{% endif %} {% if contributors and settings.SIDEBAR_MAIN_SHOW_AVATARS %} {% include "questions/sidebar_contributors.html" %} {% endif %} {% if settings.TAG_SEARCH_INPUT_ENABLED %} {% include "questions/sidebar_tag_search.html" %} {% endif %} {% if request.user.is_authenticated and settings.SIDEBAR_MAIN_SHOW_TAG_SELECTOR %} {% include "questions/sidebar_tag_selector.html" %} {% endif %} {% if tags and settings.SIDEBAR_MAIN_SHOW_TAGS %} {% endif %} {% if 'SIDEBAR_MAIN_FOOTER'|show_block_to(request.user) %} {% endif %}