{% if default_city() == app.request.attributes.get('city', default_city()) %}
<div
class="dialog-container subway-container"
id="subway-dialog"
aria-hidden="true"
aria-labelledby="subway-dialog-title"
aria-describedby="subway-dialog-description"
>
<div class="dialog-overlay" data-a11y-dialog-hide></div>
<div class="dialog-content subway-content d-flex" role="document">
<div class="dialog-heading fw-600 d-flex-c">
Проститутки и индивидуалки по станциям метро
<button
data-a11y-dialog-hide
class="dialog-close ml-auto"
aria-label="Close this dialog window"
>
<svg class="svg-icon" viewBox="0 0 20 20">
<path
fill="currentcolor"
d="M15.898,4.045c-0.271-0.272-0.713-0.272-0.986,0l-4.71,4.711L5.493,4.045c-0.272-0.272-0.714-0.272-0.986,0s-0.272,0.714,0,0.986l4.709,4.711l-4.71,4.711c-0.272,0.271-0.272,0.713,0,0.986c0.136,0.136,0.314,0.203,0.492,0.203c0.179,0,0.357-0.067,0.493-0.203l4.711-4.711l4.71,4.711c0.137,0.136,0.314,0.203,0.494,0.203c0.178,0,0.355-0.067,0.492-0.203c0.273-0.273,0.273-0.715,0-0.986l-4.711-4.711l4.711-4.711C16.172,4.759,16.172,4.317,15.898,4.045z"
></path>
</svg>
</button>
</div>
{# Выбор метро только для москвы #}
{{ render_esi(controller('App\\Controller\\HttpCacheController::cityStations', {'city': city.uriIdentity,'_route': app.request.get('_route')})) }}
</div>
</div>
</div>
{% endif %}