{/if}
{#if showReply || showRepost || showLike || showBookmark || customActions}
{#if showReply}
{#if data.replyCount}
{numberToHumanReadable(data.replyCount)}
{/if}
{/if}
{#if showRepost}
{#if data.repostCount}
{numberToHumanReadable(data.repostCount)}
{/if}
{/if}
{#if showLike}
{#if liked}
{:else}
{/if}
{#if data.likeCount}
{numberToHumanReadable(data.likeCount)}
{/if}
{/if}
{#if showBookmark}
Bookmark
{#if bookmarked}
{:else}
{/if}
{/if}
{@render customActions?.()}