{% set productCast = getProductCast(entity) %}
{% if productCast is not empty %}
<div class="short-movie-info__wrapper">
<h6>{{ 'content.movies.cast' | trans({}, 'PressSite') }}</h6>
<p>{{ productCast | join(', ') }}</p>
</div>
{% endif %}