{% import "macros.html" as macros %}

Course Discussion

{% if request.user.is_authenticated() %}
Ask a question View profile ({{user.username}})
{% endif %} {{ settings.SIDEBAR_MAIN_HEADER }} {% if contributors and settings.SIDEBAR_MAIN_SHOW_AVATARS %} {# include "widgets/contributors.html" #} {% endif %} {% if request.user.is_authenticated() and settings.SIDEBAR_MAIN_SHOW_TAG_SELECTOR %} {% include "widgets/tag_selector.html" %} {% endif %} {% if tags and settings.SIDEBAR_MAIN_SHOW_TAGS %} {% include "widgets/related_tags.html" %} {% endif %} {{ settings.SIDEBAR_MAIN_FOOTER }}