{%- for name, options in data.options.widgets -%} {%- if data.widgetManagers[name] -%}
  • {{ __(data.widgetManagers[name].label) }}
  • {%- else -%} {{ apos.log("Your area contains a widget of type " + name + " but there is no manager for that type. Maybe you forgot to configure the " + name + "-widgets module?") }} {%- endif -%} {%- endfor -%}