{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #}
{# more information about the licensing of this file. #}
{% set is_admin = user_manager.has_admin_rights_on_course(course) %}
{{ _("List of exercises") }}
{% for taskid in dispenser_data %}
{{ tasks[taskid]["name"] }}
{% include "admin/task_buttons.html" %}
{% endfor %}
{% include "admin/modal_add.html" %}
{% include "admin/modal_import.html" %}
{# Templates for task items #}
{% for taskid in tasks %}
{{ tasks[taskid]["name"] }}
{% include "admin/task_buttons.html" %}