Files
iTop/templates/base/components/input/inputwithlabel.html.twig
2020-12-15 17:09:39 +01:00

6 lines
195 B
Twig

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