﻿[# th:switch="${alertType}"]
	[# th:case="'CRITICAL'"]❌[/]
	[# th:case="'ERROR'"]❕[/]
	[# th:case="'WARNING'"]⚠️[/]
	[# th:case="'INFO'"]ℹ️[/]
	[# th:case="'NEW'"]🆕[/]
	[# th:case="*"]✔[/]
[/]
Meldungsweiterleitung [(${ruleName})]