{% set customer = app.customer_auth() %}
{% set itemId = item.channel_id %} {% set itemType = 'channel' %}
{% include 'views/front/' ~ template ~ '/includes/item-stats.html.twig' %}
{{lang.translate('Share')}} {{item.created_at|date("M d, Y")}}

{{item.name}}

{{lang.translate('About')}}
{{item.field.about|raw| nl2br }}
{% set comments = item.comments %} {% include 'views/front/' ~ template ~ '/includes/video-comment-block.html.twig' %}
{% include 'views/front/' ~ template ~ '/scripts/stream_channel.html.twig' %}