Dokumente

{#snippet table(first_cell_name: string, rows: FileProperties[])} {#each rows as file} {/each}
{first_cell_name} Dateiname Erstellt am Aktion
{file.identifier} {file.name} {isoToLocalDate(file.cdate.toISOString())}
um {padInt(file.cdate.getHours(), 2)}:{padInt(file.cdate.getMinutes(), 2)}:{padInt(file.cdate.getSeconds(), 2)}
{/snippet}
{@render table("Monat", data.records)}
{@render table("Quartal", data.estimates)}
{#each data.history as file} {/each}
Typ Datum Dateiname Erstellt am Aktion
{file.type} {file.identifier} {file.filename} {isoToLocalDate(file.cdate.toISOString())}
um {padInt(file.cdate.getHours(), 2)}:{padInt(file.cdate.getMinutes(), 2)}:{padInt(file.cdate.getSeconds(), 2)}