{{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 %}