#macro marker_descriptions>
#i18n{module.workflow.notifygru.task_notify_gru_config.commons.markers.label_table_title}
<@table>
#i18n{module.workflow.notifygru.task_notify_gru_config.commons.markers.label_description} |
#i18n{module.workflow.notifygru.task_notify_gru_config.commons.markers.label_marker} |
|
<#if notifygru_markers?exists>
<#list notifygru_markers as marker>
<@td class='marker'>
<#if marker.description ??>
<#assign description = i18n(marker.description) />
<#if description?has_content>${description}<#else>${marker.description!''}#if>
#if>
@td>
<@td class='marker'>${${marker.marker}!}@td>
<@td><@icon style='copy' title='Copy line' />@td>
#list>
<#else>
<@td colspan=3>@td>
#if>
@table>
#macro>