{% set getRoute = app.request.attributes.get('_route') %}
{% if getRoute == 'app_main_genel_galeri' or getRoute == 'app_main_salon_galeri' %}
{% for row in albumDil %}
{% for resim in row.album.resimler|filter(r => r.del == 0)|sort((a, b) => a.sira >= b.sira) %}