{#if profileEditing}
{/if}
{#if bodyPartFields.some(f => f.value != null)}
{t('body_parts', lang)}
{#each bodyPartFields.filter(f => f.value != null) as field}
{field.label}
{field.value} cm
{/each}
{/if}
{#if measurements.length > 0}
{#if showWeightHistory}
{#each measurements as m (m._id)}
{formatDate(m.date)}
{summaryParts(m)}
{/each}
{/if}
{/if}
{#if savedSex === 'female'}
{/if}
{#each data.sharedPeriods ?? [] as shared (shared.owner)}
{/each}