![]() 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/PointBundle/Resources/views/Group/ |
{% extends '@MauticCore/Default/content.html.twig' %} {% block mauticContent %}group{% endblock %} {% block headerTitle %} {% if entity.id %} {{ 'mautic.point.group.menu.edit'|trans }} {% else %} {{ 'mautic.point.group.menu.new'|trans }} {% endif %} {% endblock %} {% block content %} {{ form_start(form) }} <!-- start: box layout --> <div class="box-layout"> <!-- container --> <div class="col-md-9 height-auto bdr-r"> <div class="pa-md"> {{ form_row(form.name) }} {{ form_row(form.description) }} </div> </div> <div class="col-md-3 height-auto"> <div class="pr-lg pl-lg pt-md pb-md"> {{ form_row(form.isPublished) }} </div> </div> </div> <!-- end: box layout --> {{ form_end(form) }} {% endblock %}