{% set customer = app.customer_auth() %}
{% for station in items %}
{% include 'views/front/' ~ template ~ '/pages/station/station-block.html.twig' %}
{% endfor %}
{% set view_items_limit = app.SystemSetting.view_stations_limit %}
{% include 'views/front/' ~ template ~ '/includes/pagination.html.twig' %}