{#if title}

{title}

{/if} {#if filteredOperations.length === 0}

No pricing information available for this app.

{:else if showCategories} {@const groups = groupedOperations()} {#each Object.entries(groups) as [category, operations]}

{getCategoryLabel(category as CreditCategory)}

{/each} {:else}
{operationLabel} {costLabel}
{/if}