{% extends 'admin/admin_base_new.html.twig' %} {% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set page_title = "Taksit Seçenekleri" %} {% block title %}{{ page_title }}{% endblock %} {% block stylesheets %} {# #} {% endblock %} {% block breadcrumb %} {% set fields = [ { 'name': page_title }] %} {% include 'admin/Common/_breadcrumb.html.twig' %} {% block page_buttons %} Yeni Ekle {% endblock %} {% endblock %} {% block body %}
{# #} {% for k,card in cards %} {# #} {% if card.resim|default %} {% set dir = getCardImgDir(card) %} {% endif %} {% endfor %}
{% endblock %} {% block head_javascripts %} {# {% include 'admin/Common/_datatable_all_js.html.twig' %}#} {% endblock %} {% block javascripts %} {##} {% endblock %}