{% macro popoverContent(step) %} {% endmacro %} {% macro popoverTitle(step) %} {% if step.previous is not null and step.previous.freezeAfter == true %} {% endif %} {% if step.previous is not null %} {% set transition = chill_workflow_transition_by_string(step.entityWorkflow, step.previous.transitionAfter) %} {% set labels = workflow_metadata(step.entityWorkflow, 'label', transition, step.entityWorkflow.workflowName) %} {% set label = labels is null ? step.previous.transitionAfter : labels|localize_translatable_string %} {{ label }} {% endif %} {% endmacro %} {% macro breadcrumb(_ctx) %} {% endmacro %}