![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/app/bundles/ApiBundle/Resources/views/Client/ |
{% extends '@MauticCore/Default/content.html.twig' %} {% block mauticContent %}client{% endblock %} {% set id = form.vars.data.getId() %} {% if id is empty %} {% set header = 'mautic.api.client.header.edit'|trans({'%name%' : form.vars.data.getName()}) %} {% else %} {% set header = 'mautic.api.client.header.new'|trans %} {% endif %} {% block headerTitle %}{{ header }}{% endblock %} {% block content %} <div class="col-sm-9 pt-lg"> <div class="row"> <div class="col-xs-12"> {{ form(form) }} </div> </div> </div> {% endblock %}