{% if entity.vodTitles | length %}
{% set vodTitle = entity.vodTitles.first %}
{% if vodTitle.copyrightLine %}
<div class="short-movie-info__wrapper">
<h6>{{ 'content.movies.copyright' | trans({}, 'PressSite') }}</h6>
<p>{{ vodTitle.copyrightLine }}</p>
</div>
{% endif %}
{% endif %}