{% macro status_color_class(status) %} {%- if status == 'approved' -%} bg-success {%- elseif status == 'denied' -%} bg-danger {%- elseif status == 'submitted' -%} bg-yellow {%- endif -%} {% endmacro %}