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

Open in your IDE?
  1. {% set productCrewDirector = getProductCrew(entity, constant('App\\Enum\\CrewType::DIRECTOR')) %}
  2. {% if productCrewDirector is not empty %}
  3.     <div class="short-info__wrapper">
  4.         <h6>{{ 'content.movies.director' | trans({}, 'PressSite') }}</h6>
  5.         <p>{{ productCrewDirector }}</p>
  6.     </div>
  7. {% endif %}