{% extends 'main/base.html.twig' %} {% set pageCode = "institutional" %} {% block title %}{{ entity.title }}{% endblock %} {% block description %}{{ entity.description }}{% endblock %} {% block pageMeta %} {% for lang in get_diller() %} {% set dilLink = corporatePage.diller|filter(e => e.dil.kisaBaslik == lang) %} {% set dil = dilLink|first %} {% endfor %} {% set activeLangLink = corporatePage.diller|filter(e => e.dil.kisaBaslik == app.request.locale)|first %} {% endblock %} {% block content %} {% block banner %}
Dentmax Basından

{{ entity.baslik }}

{#

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

#}
Dentmax invisailgn
{{ 'kurumsal'|trans|upper }}
{% endblock %} {% block container %}
{% block navbar %} {{ render(controller('App\\Controller\\Main\\DefaultController::header', {request: app.request})) }} {% endblock %}
{{ include('main/partials/contact-wrapper.html.twig') }}
{{ entity.ustMetin|raw }}
{% for istatistik in istatistikler %}

{{ istatistik.diller|first.sayi|default }}

{{ istatistik.diller|first.baslik|default }}

{% endfor %}
{{ entity.altMetin|raw }}
{% if entity.sayfa.bolumGoster %}
{% if entity.sayfa.bolumResim %} Dentmax Diş Temizliği {% else %} Dentmax Diş Temizliği {% endif %}
{#

{{ bolumDil.baslik }}


#}

DENTMAX


{{ entity.bolumBaslik }}

{{ entity.bolumMetin|raw }}

{# /*!!*/ Links must be fetched from database #} {% include 'components/user-side/_media.html.twig' with {icons: [ {"iconName": "youtube", "href": "https://www.youtube.com/@DentMaks"}, {"iconName": "facebook", "href": "https://www.facebook.com/profile.php?id=100086829829731&mibextid=ZbWKwL"}, {"iconName": "twitter", "href": "#"}, {"iconName": "instagram", "href": "https://www.instagram.com/dentmax/"}, {"iconName": "linkedin", "href": "#"} ], border: false} %}
{% endif %} {% include 'components/user-side/sliders/_staff-slider.html.twig' %}
{% endblock %} {% endblock %}