{{if \count( $reactions['given'] )}}
{lang="replog_reactions_given"}
{{foreach $reactions['given'] as $reaction}}

_icon" extension="core_Reaction"}' width="20" height="20" alt='{$reaction['reaction']->_title}' data-ipsTooltip>
{{endforeach}}
{{endif}}
{{if \count( $reactions['received'] )}}
{lang="replog_reactions_received"}
{{foreach $reactions['received'] as $reaction}}

_icon" extension="core_Reaction"}' width="20" height="20" alt='{$reaction['reaction']->_title}' data-ipsTooltip>
{{endforeach}}
{{endif}}
{{endif}}