{% extends 'base.html.twig' %} {% block bodyclass %}{{ parent() }} player{% endblock%} {% block navbar %} {% if stream_link is null %} {{ parent() }} {% endif %} {% endblock %} {% block main %} {% if stream_link is not null %}
{% if 'FOLDER' == file.file_type %} {{ file.name }} {% elseif 'VIDEO' == file.file_type %} {{ file.name }} {% else %} {{ file.name }} {% endif %} |