-
{% for index in entity %}
{% set fiyatDil = index.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %}
{% endfor %}
{% extends 'main/base.html.twig' %}
{% set pageCode = "dental-treatment-prices" %}
{% block title %}{{ sayfa ? sayfa.diller|first.title|default|raw }}{% endblock %}
{% block description %}{{ sayfa ? sayfa.diller|first.title|default|raw }}{% endblock %}
{% block pageMeta %}
{% for lang in get_diller() %}
{% endfor %}
{% endblock %}
{% block pageStyle %}
{% endblock %}
{% block content %}
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
{% else %}
{% endif %}