{% extends "board_base.html" %} {% load i18n %} {% block sub_title %}{% trans "Lock the forum" %}{% endblock sub_title %} {% block content %}

{% trans "Lock the forum" %}

{% trans "Are you sure you want to lock the entire course? All the forums in this course will be locked." %}

{% for forum in forums_list %}

{{ forum.name }}

{% endfor %}

{% csrf_token %}
{% endblock content %} {% block extra_css %} {{ form.media.css }} {% endblock extra_css %} {% block extra_js %} {{ form.media.js }} {% endblock extra_js %}