{% extends 'admin/admin_base_new.html.twig' %} {% set politicsLang = getPoliticsLang({'politics':politics}) %} {% set politics_title = "İçerik Detay" %} {% set langs = getLangs() %} {% block metaTitle %}{{ politics_title }}{% endblock %} {% block stylesheets %} {% endblock %} {% block breadcrumb %} {{ include('admin/Common/_breadcrumb.html.twig', { title: section.alias|default ~ ' ' ~ 'İçerikleri', indexPath: path('admin_politics_index'), paths: [ {title: 'İçerikler', path: path('admin_politics_index')}, {title: politics.alias|default, path: path('admin_politics_index')}, {title: section.alias|default}, {title: section.alias|default ~ ' ' ~ 'İçerikleri' } ] }) }} {% block politics_buttons %}
Listeye Dön
{% endblock %} {% endblock %} {% block body %}
{#
#} {#
#} {# #} {# #} {#
#} {#
#}
{% for child in section.sections|filter(e => (e.isCategory == false or e.isCategory == null) and e.del == 0 ) %} {{ include('admin/Main/Politics/_form_section.html.twig', {category: false, section: section, child: child, idx: loop.index0}) }} {% else %} {{ include('admin/Main/Politics/_form_section.html.twig', {category: false, idx: 0}) }} {% endfor %}
{{ include('admin/Common/_button_group.html.twig', {section: section}) }}
{% for section in sections %}
{% for child in section.sectionSections|filter(e => e.del == 0) %} {{ include('admin/Main/Politics/_form_section.html.twig', {category: true, section: section, child: child, idx: loop.index0}) }} {% else %} {{ include('admin/Main/Politics/_form_section.html.twig', {category: true, idx: 0}) }} {% endfor %}
{{ include('admin/Common/_button_group.html.twig', {section: section}) }}
{% endfor %}
{# #}
{% endblock %} {% block javascripts %} {# #} {# #} {% endblock %}