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

{{ entity is null ? 'tedaviler'|trans : entityDil.baslik }}

{#

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

#}
{% if entity is not null and entity.bannerLogo is not null %} Dentmax invisailgn {% else %} Dentmax invisailgn {% endif %}
{{ 'tedaviler'|trans|upper }}
{% block container %}
{% block navbar %} {{ render(controller('App\\Controller\\Main\\DefaultController::header', {request: app.request})) }} {% endblock %}
{% if entity is not null and entity.kategori is not null %}

{{ entityDil.baslik|default }}

{% for item in entity.tedaviler|filter(e => e.del == 0) %} {% set itemDil = item.diller|first %}
Dentmax

{{ itemDil.baslik|default }}

{% endfor %}
{% elseif kategori and entity.kategoriler is defined %} {% for item in entity.kategoriler %} {% set itemDil = item.diller|first %}

{{ itemDil.baslik|default }}

{% for subItem in item.tedaviler %} {% set subItemDil = subItem.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %}
Dentmax

{{ subItemDil.baslik|default }}

{% endfor %}
{% endfor %} {% else %}

{{ 'tum_tedaviler'|trans }}

{% for item in kategoriler %} {% set itemDil = item.diller|first %}
{% if item.thumbnail %} Dentmax {% else %} Dentmax{% endif %}

{{ itemDil.baslik|default }}

{% endfor %}
{% endif %}
{{ render(controller('App\\Controller\\Main\\DefaultController::popup', {request: app.request, 'sayfaAlias':'tedaviler'})) }} {% endblock %} {% endblock %} {% block pageScript %} {{ render(controller('App\\Controller\\Main\\DefaultController::popupScript', {request: app.request, 'sayfaAlias':'tedaviler'})) }} {% endblock %}