{% macro badge(text, type, use_raw) %} {{ use_raw|default(false) ? text|trans|raw : text|trans }} {% endmacro %} {% macro label(text, type, use_raw) %} {{ use_raw|default(false) ? text|trans|raw : text|trans }} {% endmacro %} {% macro progressBar(class, width) %}
{% endmacro %}