#macro marker_descriptions>
#i18n{module.workflow.alertgru.task_alert_gru_config.commons.markers.label_table_title}
<@table>
#i18n{module.workflow.alertgru.task_alert_gru_config.commons.markers.label_description} |
#i18n{module.workflow.alertgru.task_alert_gru_config.commons.markers.label_marker} |
<#if notifygru_markers?exists>
<#list notifygru_markers as marker>
<#assign description = i18n(marker.description) />
<#if description?has_content>
${description}
<#else>
${marker.description!''}
#if>
|
${${marker.marker}!}
|
#list>
<#else>
|
|
#if>
@table>
#macro>