{% extends "@QbaBitCore/Form/edit.html.twig" %} {% block form_inner %}
{{ form_row(form.name, {'attr':{'class': 'form-control'} }) }}
{{ form_row(form.metaData) }}
{% endblock %} {#{% extends 'QbaBitCoreBundle:DynamicPages:edit.html.twig' %} {% block breadcumb_controls %} {{ parent() }} {% if entity.category!=null %} {% if entity.category.id==3 %} {% endif %} {% endif %} {% endblock %} {% block child_edit_java %} {% if not isNew %} $('#send_mails').on('click',function(e){ PageAjax.execute('{{ url('qbabit_admin_mail_send',{id:entity.id}) }}', null, 'GET', function (e) { PageAjax.msg.showBallon(e.return==1?'success':'error', e.error); }, function (e) { PageAjax.msg.showBallon('error', e.responseText); }, true); }); {% endif %} {% endblock %} {# {% block form_debug_b %}submit{% endblock %} {% block form_debug_sc %} {% endblock %} #}