{% for video in videos %}
  • {% if playerVideo.id is defined and video.id == playerVideo.id %} Playing Now {% else %} {#PLAY#} {% endif %} {% if video.youtube %} {% elseif video.dailymotion %} {% endif %} {{ video.title }} {{ video.getStringDate() }}
  • {% endfor %}