<xf:if is="$xf.visitor.user_id == $content.user_id">
    <xf:if is="$reactionIds">
        <xf:macro template="reactions_summary" name="summary" arg-reactionIds="{$reactionIds}" />
    </xf:if>
    <span class="u-srOnly">{{ phrase('reactions:') }}</span>
    <a class="reactionsBar-link" href="{{ link($link, $content, $linkParams) }}" data-xf-click="overlay" data-cache="false">{$reactions}</a>
</xf:if>