{% extends 'main_base.html.twig' %} {% set entityDil = entity.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %} {% set unvanDil = entity.unvan.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %} {% block title %}{{ entityDil.title|default }}{% endblock %} {% block description %}{{ entityDil.description|default }}{% endblock %} {% block pageMeta %} {% if entity.resim %} {% endif %} {% endblock %} {% block pageStyle %} {% endblock %} {% block content %}
Loading... Loading...
{% if entities.image %} Dentmax Basından {% else %} Dentmax Basından {% endif %}

{{ entityDil.unvanKisa|default~' '~entity.ad~' '~entity.soyad }}

{{ unvanDil.baslik|default }}

Dentmax invisailgn
{{ 'kadromuz'|trans|upper }}
{% block container %}
{% block navbar %} {{ render(controller('App\\Controller\\Main\\DefaultController::header', {request: app.request})) }} {% endblock %}
{{ include('main/default/contact-wrapper.html.twig') }}
{{ 'ozgecmis'|trans|upper }}
{% if entity.user %}
{{ 'makaleler'|trans|upper }}
{{ 'videolar'|trans|upper }}
{% endif %}
{% if entityDil.metin is not empty %}
{{ entityDil.metin|default|raw }}
{% endif %} {% if entity.user %} {% if entity.user.bloglar is not empty %}
{% for blog in entity.user.bloglar %} {% set blogDil = blog.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %}
{% if blog.thumbnail %} Dentmax Basından {% else %} Dentmax Basından {% endif %}
Dentmax

{{ blogDil.baslik|default }}

{{ blogDil.altBaslik|default }}

{% endfor %}
{% endif %} {% if entity.user.videolar is not empty %}
{% for video in entity.user.videolar %}
{{ video.video|default|raw }}
{% endfor %}
{% endif %} {% endif %}

{{ 'online_randevu_al'|trans }}

{#

{{ 'randevu'|trans({'%brand%': 'Dentmax'}) }} *

{{ 'randevu_tarihi_seciniz'|trans }}
#} {#

{{ 'secili_tarih'|trans }}:

{{ 'secili_zaman'|trans }}:

#}
{% include 'main/default/online-randevu-component.html.twig' %}
{% endblock %} {% endblock %} {% block pageScript %} {% include 'main/default/online-randevu-settings.twig' %} {% endblock %}