{% extends "@ChamiloTheme/Layout/layout_one_col.html.twig" %} {% import '@ChamiloTheme/Macros/box.html.twig' as display %} {% block content %} {% autoescape false %} {% if 'translate_html'|api_get_configuration_value %} {% endif %} {{ form_content }} {{ search_filter }} {% set fold_forum_categories = 'forum_fold_categories'|api_get_configuration_value %} {% if data is not empty %}
{% for item in data %} {% set category_language_array = [] %} {% set category_language = '' %} {% for extra_field in item.extra_fields %} {% if extra_field.variable == 'language' %} {% set category_language_array = extra_field.value | split(';') %} {% set category_language = extra_field.value | replace({';': ' ' }) %} {% endif %} {% endfor %} {{ display.card_collapse('accordion-forum', item) }} {% endfor %}
{% else %}
{{ 'There is no forum in this category'|get_lang }}
{% if is_allowed_to_edit %}

{{ "Forum"|trans }}

{{ "Add forum category"|trans }}
{% endif %} {% endif %} {% endautoescape %} {% endblock %}