{% for bloc in blocs.block %}{% if is_mobile() and bloc.mobile == true %}{{ include ('theme/'~ app.request.server.get('APP_THEME') ~'/component-blocks/generic-block.html.twig',{bloc: bloc,}, with_context = false)}}{% endif %}{% if is_full_view() and is_mobile() == false and bloc.desktop == true %}{{ include ('theme/'~ app.request.server.get('APP_THEME') ~'/component-blocks/generic-block.html.twig',{bloc: bloc,}, with_context = false)}}{% endif %}{% endfor %}