{formatDataVolume(used, 3)}
{#if total <= 0} No limit {:else} {formatDataVolume(total, 3)} {/if}
{#if frac > 1}

You have used all of your data cap. People can still download your files, but premium features are disabled. This means that the download page shows pixeldrain branding, people who download your files have a daily download limit and hotlinking is disabled.

{#if window.user.monthly_transfer_cap > 0}

You have a billshock limit configured. increase or disable the limit to continue sharing files.

{/if} bolt Upgrade options
{:else if frac > 0.8}

You have used {(frac*100).toFixed(0)}% of your data cap. If your data runs out the premium features related to downloading will be disabled. This means that the download page shows pixeldrain branding, people who download your files have a daily download limit and hotlinking is disabled.

{#if window.user.monthly_transfer_cap > 0}

You have a billshock limit configured. increase or disable the limit to continue sharing files.

{/if} bolt Upgrade options
{/if}