{shared ? t(T.post_action_copied) : t(T.post_action_share)}
{copied ? t(T.post_action_copied) : t(T.post_action_copy)}
{t(T.post_action_print)}
{#if readingTimeMinutes != null && readingTimeMinutes > 0}
{t(T.post_action_reading_time, { minutes: readingTimeMinutes })}
{/if}