{% for group in widget._groups %} {% for item in group.items %} {% if item.icon is not none %} {% endif%} {{{item.title}}} {% endfor %} {% endfor %} {% for item in widget._items %} {% if item.icon is not none %} {% endif%} {{{item.title}}} {% endfor %}
{% for group in widget._groups %} {% for item in group.items %}
{{{item.content}}}
{% endfor %} {% endfor %} {% for item in widget._items %}
{{{item.content}}}
{% endfor %}