{# @copyright Copyright (C) 2010-2021 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% block iboInput %}
{% if oUIBlock.HasLabel() and oUIBlock.IsLabelBefore() %}
{% include "base/components/input/inputlabel.html.twig" %}
{% endif %}
{% if oUIBlock.HasLabel() and not oUIBlock.IsLabelBefore() %}
{% include "base/components/input/inputlabel.html.twig" %}
{% endif %}
{% endblock %}