{% block breadcrumb %}{% include "partials/breadcrumb.html" %}{% endblock breadcrumb %}
{% block course_locked %}
{% if course_locked %}
{% endif %}
{% endblock course_locked %}
{% block username_warning %}
{% if request.user is not None and not request.user.public_username %}
{% endif %}
{% endblock username_warning %}
{% block content %}
{% endblock content %}
{% trans "This course has locked forums, non admin users can only read the history." %}
{% trans "Welcome to the discussion forum! First of all, please set a display name that will be associated with your messages." %} {% trans "Set my display name" %}
{% block messages %}{% include "partials/messages.html" %}{% endblock messages %}