{%- for name, options in data.options.widgets -%} {%- if data.widgetManagers[name] -%} {%- if not options.readOnly -%}
  • {{ __(data.widgetManagers[name].label) }}
  • {% endif %} {%- 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 -%}