{% extends 'AdminBundle:Admin:adminLayout.html.twig' %} {% block breadcrumb %} {{ backendHelpers.breadcrumb({ ("admin.titles.home"|trans) : (path(paths.home)), ("islamiccontent.titles.fatawa categories"|trans) : (path(paths.index)), ("admin.titles.edit"|trans) : '' }) }} {% endblock %} {% block content %} {{ backendHelpers.pageTitle( ""|trans ) }}
{{ backendHelpers.addActionButton(path(paths.index), paths.index, ('admin.titles.list'|trans), 'btn-light', 'icon-list' )}}
{%if form_errors(edit_form)%} {{ form_errors(edit_form) }} {%endif%}
{{ form_rest(edit_form) }}
{% endblock %}