{% for item in feedItems %} {% set video = item.video %}
{% if video.playbackUrl %} {% elseif video.thumbnailUrl %} {{ video.title }} {% endif %}
{{ video.company and video.company.category ? video.company.category.name : 'Community' }} Trending
{% set uploaderLabel = video.ownerName ?: 'Wanted Community' %} {% set chipAvatar = item.uploaderAvatarPath ?: video.ownerAvatarPath %}

{% if item.uploaderProfileId %} {{ uploaderLabel }} {% else %} {{ uploaderLabel }} {% endif %}

{% if item.uploaderProfileId %} {% if chipAvatar %} {{ uploaderLabel }} {% else %} {{ uploaderLabel|slice(0, 1)|upper }} {% endif %} {% else %} {% endif %}

{% if item.uploaderProfileId %} {{ uploaderLabel }} {% else %} {{ uploaderLabel }} {% endif %}

{{ video.title }}

{% if video.ownerType == 'community' and video.providerRating %}
Bewertung {% for i in 1..5 %} star {% endfor %}
{% endif %} {% if video.company %} Book {% endif %}
{% endfor %}