{#if feedItem.type === "trail"} {$_("trail", { values: { n: 1 } })} {:else if feedItem.type === "list"} {$_("list", { values: { n: 1 }, })} {/if}
{author?.preferred_username}@{author?.domain}
{$_(`n-${timeSince.unit}-ago`, { values: { n: timeSince.value }, })}
{displayCategoryName( category, $locale, )} {#if subcategory} / {displaySubcategoryLabel( subcategory, $locale, )} {/if}
{/if} {#if location}{location}
{/if}{trails.length} {$_("trail", { values: { n: trails.length }, })}
{/if} {#if photos?.length}{formatHTMLAsText( !fullDescription ? feedItem.expand.item.description?.substring( 0, 100, ) : feedItem.expand.item.description, )} {#if (feedItem.expand.item.description?.length ?? 0) > 100 && !fullDescription} {/if}
{/if}