{% load i18n cosinnus_tags %} {% for field in filter.form %} {{ field }} {% endfor %} {% for filter_param, chosen_value, label, type in active_filters %} {{ label }}: {{ chosen_value }} {% endfor %}