Data export

{#if error} {/if} {#if data.exportData}
{#if durationSinceCreated.days < minTimeBetween.days} You can only export your data once a day. You can next export your data at {createdAt.plus(minTimeBetween).toLocaleString(DateTime.DATETIME_MED)}. {/if}

You last exported your data at {createdAt.toLocaleString(DateTime.DATETIME_MED)}.
This file will be available until {createdAt .plus(availableFor) .toLocal() .toLocaleString(DateTime.DATETIME_MED)}
Download your export file below:

{:else} You haven't exported your data in the past week. To create an export file, click the button above. {/if}