{%- macro priority_info(value) %} {% if value == 10 %} {% elseif value == 20 %} {% elseif value == 30 %} {% endif %} {%- endmacro %}