{% set found = admin.views.find(widget.view) %}

{{ widget.title }}

{% if found %}{{ _('View all') }}{% endif %}
{% for item in data %} {{ item.title }} {% if item.detail %}{{ item.detail }}{% endif %} {% else %}

{{ _('Nothing yet.') }}

{% endfor %}