Server IP : 66.29.132.122 / Your IP : 18.191.154.174 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/cloudlinux/alt-php54/root/usr/share/pear/Symfony/Bridge/Twig/Resources/views/Form/ |
Upload File : |
{% use "form_div_layout.html.twig" %} {% block form_row %} {% spaceless %} <tr> <td> {{ form_label(form) }} </td> <td> {{ form_errors(form) }} {{ form_widget(form) }} </td> </tr> {% endspaceless %} {% endblock form_row %} {% block button_row %} {% spaceless %} <tr> <td></td> <td> {{ form_widget(form) }} </td> </tr> {% endspaceless %} {% endblock button_row %} {% block hidden_row %} {% spaceless %} <tr style="display: none"> <td colspan="2"> {{ form_widget(form) }} </td> </tr> {% endspaceless %} {% endblock hidden_row %} {% block form_widget_compound %} {% spaceless %} <table {{ block('widget_container_attributes') }}> {% if form.parent is empty and errors|length > 0 %} <tr> <td colspan="2"> {{ form_errors(form) }} </td> </tr> {% endif %} {{ block('form_rows') }} {{ form_rest(form) }} </table> {% endspaceless %} {% endblock form_widget_compound %}