{% for region in regions %} {{ region.name }} - {{ region.width }} x {{ region.height }} [{{ region.top }},{{ region.left }}]
{% trans "Widgets that have been Published will be displayed below" %}
{% if (region.regionPlaylist.widgets|length > 0) %}{% trans "Playlist" %} | {% trans "Name" %} | {% trans "Type" %} | {% trans "Duration" %} | {% for widget in region.regionPlaylist.widgets|slice(0, 10) %}
---|---|---|---|
{{ region.regionPlaylist.name }} | {{ widget.module.getName() }} | {{ widget.module.getModuleName() }} | {{ widget.calculatedDuration }} |
{% trans "This Playlist has more than 10 widgets. The first ten widgets are shown as they appear" %}
{% endif %} {% endif %} {% endfor %}