mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 13:08:45 +02:00
6 lines
195 B
Twig
6 lines
195 B
Twig
{% block iboInputLabel %}
|
|
<label for="{{ oUIBlock.GetId() }}">{{ oUIBlock.GetLabel() }}</label>
|
|
{% if oUIBlock.HasBr() %}<br>{% endif %}
|
|
{{ render_block(oUIBlock.GetInput()) }}
|
|
{% endblock %}
|