{# ** * File from http://PrestaShow.pl * * DISCLAIMER * Do not edit or add to this file if you wish to upgrade this module to newer * versions in the future. * * @author PrestaShow.pl * @copyright Since 2014 PrestaShow.pl * @license https://prestashow.pl/license * #} {% extends '@Modules/pshowsso/deps/prestashow/presta-base-v1/Resources/views/admin/admin_controller.html.twig' %} {% block module_content %} {{ form_start(configurationForm) }}

edit {{ serviceName }}

{{ form_widget(configurationForm) }}
{{ form_end(configurationForm) }} {% endblock %} {# {% block javascripts %} #} {# {{ parent() }} #} {# #}{# #} {# {% endblock %} #}