{{lang.translate('Station')}}

{{item.name}}

{% set itemId = item.station_id %} {% set itemType = 'station' %} {% set customer = app.customer_auth() %} {% include 'views/front/' ~ template ~ '/includes/item-stats.html.twig' %}
{% if app.customer.customer_id == item.customer_id %} {% endif %}
{% set station = item %} {% include 'views/front/' ~ template ~ '/pages/station/station-stream-block.html.twig' %}
{% set comments = station.comments %} {% include 'views/front/' ~ template ~ '/pages/station/station-comment-block.html.twig' %}