{% extends 'main_base.html.twig' %} {% block title %}{{ sayfa ? sayfa.diller|first.title|default|raw }}{% endblock %} {% block description %}{{ sayfa ? sayfa.diller|first.title|default|raw }}{% endblock %} {% block pageStyle %} {% endblock %} {% block content %}
Loading... Loading...
{% if sayfa is not null and sayfa.banner is not null %} Dentmax Basından {% else %} Dentmax Basından {% endif %}

{#

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

#}
Dentmax invisailgn
DENTMAX FİYATLAR
{% block container %}
{% block navbar %} {{ render(controller('App\\Controller\\Main\\DefaultController::header', {request: app.request})) }} {% endblock %}
{% include 'main/default/contact-wrapper.html.twig' %}

Dentmax Tedavi Fiyat Listesi

{% for fiyat in entity %} {% set fiyatDil = fiyat.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %}

{{ fiyatDil.baslik }}

TEŞHİS VE TEDAVİ PLANLAMASI

TL FİYAT ARALIĞI

TEDAVİ SAYFASI

{% for fkategori in fiyat.kategori %} {% set fkategoriDil = fkategori.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %} {% set tedavi = fkategori.tedavi.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %}

{{ fkategoriDil.baslik }}

{{ fkategoriDil.ucret }}

{% endfor %}
{% endfor %}
{% endblock %} {% endblock %} {% block pageScript %} {% endblock %}