templates/press_site/actions/movies/partials/details/production_country.html.twig line 1

Open in your IDE?
  1. {% if entity.productionCountry is not empty %}
  2.     <div class="short-info__wrapper">
  3.         <h6>{{ 'content.movies.country' | trans({}, 'PressSite') }}</h6>
  4.         <p>{{ entity.productionCountriesAsReadable }}</p>
  5.     </div>
  6. {% endif %}