{% extends 'main_base.html.twig' %} {% block title %}{{ entity.title }}{% endblock %} {% block description %}{{ entity.description }}{% endblock %} {% block content %}
{% include 'main/default/loader.html.twig' %} {% include 'main/default/cookie.html.twig' %}

{{ entity.baslik|raw }}

{{ entity.metin|raw }}

{% for adres in adresler %}

Head Office

{{ adres.adres }}

Phone

{% for telefon in adres.telefonlar %} {{ telefon.telefon }}
{% endfor %}

E-Mail Adress

{{ adres.email }}
{% endfor %}

Send us your
question

{% endblock %} {% block body_js %} {% include 'main/default/scripts.html.twig' %} {% endblock %}