#if information_history?exists>
<#if (information_history.guichet.activeOngletGuichet && information_history.guichet.messageGuichet?has_content)
|| (information_history.email.activeOngletEmail && information_history.email.messageEmail?has_content)
|| (information_history.agent.activeOngletAgent && information_history.agent.messageAgent?has_content)
|| (information_history.SMS.activeOngletSMS && information_history.SMS.messageSMS?has_content)
|| (information_history.broadCast.activeOngletBroadcast && information_history.broadCast.messageBroadcast?has_content)
>
<@div>
#i18n{module.workflow.notifygru.task_notify_gru_history.label_information}
<#if information_history.guichet.activeOngletGuichet && information_history.guichet.messageGuichet?has_content>
<@button color='primary' size='xs' params='data-html="true" data-toggle="popover" data-trigger="focus" data-content="${information_history.guichet.messageGuichet!?html}"' title=' #i18n{module.workflow.notifygru.task_notify_gru_history.label_guichet}' />
#if>
<#if information_history.email.activeOngletEmail && information_history.email.messageEmail?has_content>
<@button color='primary' size='xs' params='data-html="true" data-toggle="popover" data-trigger="focus" data-content="${information_history.email.messageEmail!?html}"' title='#i18n{module.workflow.notifygru.task_notify_gru_history.label_email}' />
#if>
<#if information_history.agent.activeOngletAgent && information_history.agent.messageAgent?has_content>
<@button color='primary' size='xs' params='data-html="true" data-toggle="popover" data-trigger="focus" data-content="${information_history.agent.messageAgent!?html}"' title='#i18n{module.workflow.notifygru.task_notify_gru_history.label_agent}' />
#if>
<#if information_history.SMS.activeOngletSMS && information_history.SMS.messageSMS?has_content>
<@button color='primary' size='xs' params='data-html="true" data-toggle="popover" data-trigger="focus" data-content="${information_history.SMS.messageSMS!?html}"' title='#i18n{module.workflow.notifygru.task_notify_gru_history.label_sms}' />
#if>
<#if information_history.broadCast.activeOngletBroadcast && information_history.broadCast.messageBroadcast?has_content>
<@button color='primary' size='xs' params='data-html="true" data-toggle="popover" data-trigger="focus" data-content="${information_history.broadCast.messageBroadcast!?html}"' title='#i18n{module.workflow.notifygru.task_notify_gru_history.label_liste}' />
#if>
<#if information_history.event?? && information_history.event.status?has_content>
<@button color='danger' size='xs' params='data-html="true" data-toggle="popover" data-trigger="focus" data-content="${information_history.event.message!?html}"' title='${information_history.event.status} ${information_history.event.code!} ' />
#if>
@div>
#if>
#if>