${this.t('Inside the {{planet}} {{level}}{{span}}{{duration}}.', {
planet: p.planet,
level: this.t(parent.source),
span: span ? `, ${span}` : '',
duration:
typeof p.durationYears === 'number'
? ` (${formatDuration(this.effectiveLang(), p.durationYears)})`
: '',
})}
${
began
? html`
${this.t(
'It began {{date}}, before birth, so only the sub-periods running after the birth date are listed.',
{ date: began },
)}`
: nothing
}