diff --git a/templates/base/components/title/titleforobjectdetails.html.twig b/templates/base/components/title/titleforobjectdetails.html.twig index 3c79a629b..546fb4f10 100644 --- a/templates/base/components/title/titleforobjectdetails.html.twig +++ b/templates/base/components/title/titleforobjectdetails.html.twig @@ -5,10 +5,12 @@ {% block iboPageTitleText %}

{{ oUIBlock.GetObjectName()|raw }}

- - - {{ oUIBlock.GetStatusLabel() }} - + {% if oUIBlock.GetStatusLabel() is not empty %} + + + {{ oUIBlock.GetStatusLabel() }} + + {% endif %} {{ oUIBlock.GetClassName() }}
{% endblock %} \ No newline at end of file