diff --git a/src/Resources/views/includes/layout/_content.html.twig b/src/Resources/views/includes/layout/_content.html.twig index 0ab1b9c..fd35e10 100644 --- a/src/Resources/views/includes/layout/_content.html.twig +++ b/src/Resources/views/includes/layout/_content.html.twig @@ -11,8 +11,12 @@ class="{% if (not isHiddenType and isFormCase) or not isFormCase %}px-4 py-2 sm:grid sm:grid-cols-3 sm:gap-4{% endif %} {{ content.option('attr')['class'] ?? '' }}" {{ attr|map((value, attr) => "#{attr}=\"#{value}\"")|join(' ')|raw }} > -
- {{ content.option('label')|trans }} +
+ {{ content.option('label')|trans|raw }} {% if content.option('help') is not empty %} {{ bootstrap_icon('info-circle-fill', { @@ -64,7 +68,7 @@ {% endif %} {% if content.option('label') %} - {{ content.option('label')|trans }} + {{ content.option('label')|trans|raw }} {% endif %}