{% extends 'main/base.html.twig' %} {% set pageCode = "blog-category" %} {% block pageMeta %} {% for lang in get_diller() %} {% if category is not null %} {% set dilLink = category.diller|filter(e => e.dil.kisaBaslik == lang) %} {% set dil = dilLink|first %} {% else %} {% endif %} {% endfor %} {% if category is not null %} {% set activeLangLink = category.diller|filter(e => e.dil.kisaBaslik == app.request.locale)|first %} {% else %} {% endif %} {% endblock %} {% block pageStyle %} {% endblock %} {% block content %}
Dentmax Basından

{{ 'kategori'|trans({'%alias%': 'Blog'}) }} : {{ entity ? entity.baslik : 'tumu'|trans }}

{#

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

#}
Dentmax invisailgn
{{ 'kategori'|trans({'%alias%': ''})|upper }}
{% block container %}
{% block navbar %} {{ render(controller('App\\Controller\\Main\\DefaultController::header', {request: app.request})) }} {% endblock %}
{{ include('main/partials/contact-wrapper.html.twig') }}
{% if entity is null %} {% for kategori in kategoriler %} {% set activeBlogs = kategori.bloglar|filter(b => b.del == 0 and b.hidden == false) %} {% if activeBlogs is not empty %} {% set kategoriDil = kategori.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %}

{{ kategoriDil.baslik|default }}

{% for blog in kategori.bloglar|filter(b => b.del == 0 and b.hidden == false) %} {% set blogDil = blog.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %}
{% if blog.thumbnail %} Dentmax
{% else %} Dentmax
{% endif %}

{{ blogDil.baslik|default }}

{#

Diş Eti Kanaması Tedavisi

#}
{% endfor %}
{% endif %} {% endfor %} {% else %} {% set activeBlogs = entity.kategori.bloglar|filter(b => b.del == 0 and b.hidden == false) %} {% if activeBlogs is not empty %}

{{ entity.baslik|default }}

{% for blog in activeBlogs %} {% set blogDil = blog.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %} {% if blogDil %}
{% if blog.thumbnail %} Dentmax
{% else %} Dentmax
{% endif %}

{{ blogDil.baslik|default }}

Diş Eti Kanaması Tedavisi

{% endif %} {% endfor %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}