{#if data?.user?.tier === 'Pro'} {#if isLoaded} {#if rawData?.length >= 5}
The Biotech company {$displayCompanyName} has conducted a total of {abbreviateNumber(rawData?.length)} clinical trials. Out of these, {numOfActive === 0 ? 'none' : numOfActive} are currently active, {numOfCompleted} have been completed, {numOfTerminated} were terminated and {numOfResults} trials have produced results.

Latest Information

{#each displayList as item,index} handleViewData(item)} class="border-y border-gray-800 odd:bg-[#27272A] sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] bg-[#09090B] border-b-[#09090B] cursor-pointer"> {/each}
Drug Stage Phase Status Result
{item["Interventions"]?.length === 0 ? '-' : item["Interventions"]?.length > charNumber ? formatString(item["Interventions"]?.slice(0,charNumber)) + "..." : formatString(item["Interventions"])} {formatString(item['Study Status'])} {item['Phases'] !== 'NA' ? formatString(item["Phases"])?.replace('Phase','') : '-'} {formatString(item["Study Results"])}
{/if} {:else}
{/if} {:else}
Unlock content with Pro Subscription
{/if}

Title: {trialTitle}

Brief Summary: {trialSummary}

NCT Number {trialId}
Start Date {trialStart}
End Date {trialEnd}
Study Status {trialStage}
Phase Status {trialPhase}
Study Results {trialResult}
Sex {formatString(trialSex)}
Age {formatString(trialAge)?.replace('Older_adult', 'Older Adult')}
Sponsor {trialSponsor}
Enrollment {trialEnrollment}
Study Type {trialStudyType}
Funder Type {trialFunderType}
Website {trialLink}