📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 16:21:25
📂
/
/
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
test
/
TwigBridge
/
Symfony
/
Bridge
/
Twig
/
Tests
/
Extension
✏️
Editing: custom_widgets.html.twig
{% block _text_id_widget %} {% spaceless %} <div id="container"> {{ form_widget(form) }} </div> {% endspaceless %} {% endblock _text_id_widget %} {% block _name_entry_label %} {% spaceless %} {% if label is empty %} {% set label = name|humanize %} {% endif %} <label>Custom label: {{ label|trans({}, translation_domain) }}</label> {% endspaceless %} {% endblock _name_entry_label %}
💾 Save Changes
❌ Cancel