{% set flash_title = label|replace({'success': 'flash.success', 'error': 'flash.error' , 'warning': 'flash.warning', 'notice': 'flash.notice', 'info': 'flash.info'}) %} {% set flash_symbol = label|replace({'success': 'fa-check-circle', 'error': 'fa-exclamation-triangle' , 'warning': 'fa-exclamation-circle', 'notice': 'fa-flag', 'info': 'fa-flag'}) %} {% set flash_bg = label|replace({'success': 'bg-success text-white', 'error': 'bg-danger text-white', 'warning': 'bg-warning text-white', 'notice': 'bg-info text-white', 'info': 'bg-body-tertiary'})%}