#if ($labels && $labels.size() > 0)
<div style="display:flex; flex-wrap:wrap; justify-content:center; align-items:center;">
   #foreach ($label in $labels)
      <span class="env-badge" style="margin:2px; background-color:$backgroundColor !important;color:$textColor !important">$label.text</span>
   #end
</div>
#end

