{% extends 'main/base.html.twig' %} {% set pageCode = "online-appointment" %} {# {% block title %}{{ sayfa.title }}{% endblock %} #} {# {% block description %}{{ sayfa.description }}{% endblock %} #} {% block pageMeta %} {% for lang in get_diller() %} {% endfor %} {% endblock %} {% block pageStyle %} {% endblock %} {% block content %} {# {% set banner = sayfa.blog.banner %} #} {# {% set bannerPath = asset('uploads/blog/banner/') %} #} {# {% if banner is null %} #} {# {% set banner = 'blog-banner.png' %} #} {# {% set bannerPath = asset('assets/main/img/') %} #} {# {% endif %} #}
Dentmax Basından

{{ 'online_randevu'|trans }}

{#

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

#}
Dentmax invisailgn
{{ 'online_hizmetler'|trans({'%starttag%': '', '%endtag%': ''})|upper }}
{% block container %}
{% block navbar %} {{ render(controller('App\\Controller\\Main\\DefaultController::header', {request: app.request})) }} {% endblock %}
{% set step = app.request.query.get('Step') %} {% if step != 'AppointmentReNew' and entity is not null and entity.tamamlandi %}
Randevu Talebin Başarılı
Randevun başarıyla oluşturuldu. Seni bekliyoruz.
{% else %}
icon
Maslak Diş Kliniği

{{ 'online_randevu'|trans }}

01
02
03
04
05

{{ 'randevu_olustur'|trans }}

{% if entity is not null and entity.tamamlandi %} {% endif %} {% if entity is null or step == 'AppointmentReNew' %}
{{ 'klinik_seciniz'|trans }}
{{ 'doktor_seciniz'|trans }}
{% else %}
{{ 'kurum_sigorta_kodu'|trans }}
{% endif %}
{% endif %}
{% endblock %} {% endblock %} {% block pageScript %} {% endblock %}