{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #}
{# more information about the licensing of this file. #}
{# Prints an empty section #}
{{ title }}
{% with tasks_list_option=True, sections_list_option=True %}
{% include "course_admin/task_dispensers/section_menu.html" %}
{% endwith %}
{% if config_fields %}
{% with section_config=config, config_fields=config_fields %}
{% include "course_admin/task_dispensers/section_config.html" %}
{% endwith %}