{% extends '@syndexAcademic/main_layout.html.twig' %} {% block title %} {{ 'page.title.new'|trans }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% set route = app.request.attributes.get('_route') %} {% block body %}

{% if route == 'syndexacademic_publisher_edit' %} {{ form_start(form, {'action': path(route, {'id': id}), 'method': 'POST' , 'attr':{'id':'publisher-form' ,'novalidate':true} }) }} {{ form_end(form) }} {% else %} {{ form_start(form, {'action': path(route), 'method': 'POST' , 'attr':{'id':'publisher-form' ,'novalidate':true} }) }} {{ form_end(form) }} {% endif %}
{% endblock %} {% block javascripts %} {% endblock %}