+
+
+
+
+
+
+
+
{template.name}
+
+ {formatDate(template.created_at)}
+
+
+
+
+
+
+
+ {#if template.description}
+
+ {template.description}
+
+ {/if}
+
+
+
+ {#if counts.locations > 0}
+
+
+ {counts.locations}
+
+ {/if}
+ {#if counts.notes > 0}
+
+
+ {counts.notes}
+
+ {/if}
+ {#if counts.checklists > 0}
+
+
+ {counts.checklists}
+
+ {/if}
+ {#if counts.transportations > 0}
+
+
+ {counts.transportations}
+
+ {/if}
+ {#if counts.lodgings > 0}
+
+
+ {counts.lodgings}
+
+ {/if}
+ {#if counts.locations === 0 && counts.notes === 0 && counts.checklists === 0 && counts.transportations === 0 && counts.lodgings === 0}
+
+ {$t('templates.empty_template') || 'Empty template'}
+
+ {/if}
+
+
+
+
+
+ {#if template.user === data.user?.uuid}
+
+
+ {/if}
+
+