{% elif stations %}
{% for station in stations %}
{% set s_status = station.get('status', 'available') %}
{% set s_avail = station.get('available_slots', station.get('slots', 0)) | int %}
{% set s_total = station.get('total_slots', station.get('slots', s_avail)) | int %}
{% if station.get('image_url') and station['image_url'] not in ['', 'nan', 'None'] %}
{% else %}
{% endif %}