Files
iTop/templates/components/input/inputwithlabel.html.twig
2020-09-30 09:42:36 +02:00

5 lines
156 B
Twig

{% block iboInputLabel %}
<label for="{{ oUIBlock.GetId() }}">{{ oUIBlock.GetLabel() }}</label>
{{ render_block(oUIBlock.GetInput()) }}
{% endblock %}