{% extends 'main_base.html.twig' %} {% block title %}Production{% endblock %} {% block description %}Elefante Production page{% endblock %} {% block content %}
{% include 'main/default/loader.html.twig' %} {% include 'main/default/cookie.html.twig' %}
{% for urunsayfasi in sayfa[3].sayfabaslikDilleri %}

{{ urunsayfasi.baslik|raw }}

{{ urunsayfasi.title|raw }}

{% endfor %}
{# #} {% for bolum in uretimlerDil|filter(r => r.del == 0)|sort((a,b) => a.sira > b.sira) %} {% set classNames = ['one', 'two', 'three', 'four'] %} {% set idNames = ['weaving', 'confection', 'embroidery', 'print'] %}
{% for resim in bolum.resimler|filter(r => r.del == 0)|sort((a,b) => a.sira > b.sira) %}
{% endfor %}
0{{ loop.index }}
{% for entity in bolum.diller %} {{ entity.baslik|raw }} {% endfor %}
{% for entity in bolum.diller %} {{ entity.metin|raw }} {% endfor %}
{% endfor %}
{{ ayarlar.video|raw }}
{% include 'main/default/new-catalogue.html.twig' %} {% endblock %} {% block body_js %} {% include 'main/default/scripts.html.twig' %} {% endblock %}