{% extends 'main_base.html.twig' %} {% block title %}{{ entity.title }}{% endblock %} {% block description %}{{ entity.description }}{% endblock %} {% block content %} {% set banner = entity.sayfa.banner %} {% set bannerPath = asset('uploads/akademi/banner/') %} {% if banner is null %} {% set banner = 'medya.png' %} {% set bannerPath = asset('assets/main/img/') %} {% endif %}

{{ entity.baslik }}

{{ 'home'|trans }} / {{ 'academy'|trans }} / {{ entity.baslik }}
{#
#}
{% if entity.sayfa.detay %} {% for bolum in entity.sayfa.bolumler|filter(b => b.del == 0) %} {% set bolumDil = bolum.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %} {% if loop.index == 1 %}

{{ bolumDil.baslik }}

{{ bolumDil.metin|raw }}
{% for resim in bolum.resimler|filter(r => r.del == 0) %}
Askon
{% endfor %}
{% elseif loop.index == 2 %}

{{ bolumDil.baslik }}

{{ bolumDil.metin|raw }} {#
Youtube’u ziyaret edin
#}
{% if bolum.resimler|filter(r => r.del == 0)|length > 0 %}
{% for resim in bolum.resimler|filter(r => r.del == 0) %}
Askon
{% endfor %}
{% endif %}
{% elseif loop.index == 3 %}
{% if bolum.resimler|filter(r => r.del == 0)|length > 0 %}
{% for resim in bolum.resimler|filter(r => r.del == 0) %}
Askon
{% endfor %}
{% else %}

{{ bolumDil.baslik }}

{{ bolumDil.metin|raw }}
{% endif %}

{{ bolumDil.baslik }}

{{ bolumDil.metin|raw }}
{% endif %} {% endfor %} {% else %}
{% for yazi in entity.sayfa.bolumler|filter(d => d.del == 0) %} {% set yaziDil = yazi.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %}
{% set yaziResimler = yazi.resimler|filter(r => r.del == 0) %} {% if yaziResimler|length > 0 %} {% else %} {% endif %}
{% endfor %}
{% endif %} {% endblock %}