{{__('label_option_notice')}}
{% if infoType == 'info' %}
{{infoContent}}
{% elif infoType == 'success' %}
{{infoContent}}
{% elif infoType == 'danger' %}
{{infoContent}}
{% elif infoType == 'warning' %}
{{infoContent}}
{% endif %}
{{__('label_backto_index')}}