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