{% import "macros.html" as macros %} {% if 'SIDEBAR_QUESTION_HEADER'|show_block_to(request.user) %}
{% endif %} {#% include "question/sidebar_sharing_tools.html" %#} {% if settings.SIDEBAR_QUESTION_SHOW_META %} {% endif %} {% if similar_threads.data() and settings.SIDEBAR_QUESTION_SHOW_RELATED %} {#% cache 1800 "related_questions" related_questions question.id language_code %#} {#% endcache %#} {% endif %} {% if 'SIDEBAR_QUESTION_FOOTER'|show_block_to(request.user) %} {% endif %}