{% for region in regions %} {{ region.name }} - {{ region.width }} x {{ region.height }} [{{ region.top }},{{ region.left }}]
{% trans "Playlist" %} | {% trans "Name" %} | {% trans "Type" %} | {% trans "Duration" %} | {% for playlist in region.playlists %} {% for widget in playlist.widgets %}
---|---|---|---|
{{ playlist.name }} | {{ widget.module.getName() }} | {{ widget.module.getModuleName() }} | {{ widget.calculatedDuration }} |