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