{%- macro openapi_specification_status(status, published) -%} {%- set statusClass = {'creating': 'info', 'created': 'warning', 'failed': 'danger', 'renewing': 'info'} -%} {%- if published -%} {{ 'published'|oro_open_api_status }} {% if status == constant('Oro\\Bundle\\ApiBundle\\Entity\\OpenApiSpecification::STATUS_RENEWING') -%} {{ status|oro_open_api_status }} {%- endif -%} {%- else -%} {{ status|oro_open_api_status }} {%- endif -%} {%- endmacro -%}