{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #} {# more information about the licensing of this file. #}
{% for envtype, envtypeobj in environment_types.items() %}
{{ envtypeobj.studio_env_template(template_helper, task_data, contains_is_html) | safe }}
{% endfor %}