{% macro digitalmarketplaceSummaryContentCheckboxTree(params) %} {% macro checkboxTreeList(items) %} {% endmacro %} {% macro checkboxTreeSummary(item) %}
  • {{ item.label }}

    {% if item.options[0].options %} {% else %} {{ checkboxTreeList(item.options) }} {% endif %}
  • {% endmacro %} {% if params.value -%} {% set no_children = (params.value | selectattr("options") | list |length) == 0 %} {% if no_children %} {{ checkboxTreeList(params.value) }} {% else %} {% endif %} {% endif %} {% endmacro %}