- ✝
-
- {#if heroIsToday}{t('today', lang)} · {/if}{formatLongDate(hero.iso, lang)}
-
- {hero.name}
-
- {#if hero.rankName}
- {hero.rankName}
- {/if}
- {#if hero.colorNames.length}
- {firstOr(hero.colorNames)}
- {/if}
- {#if hero.seasonNames.length}
- {firstOr(hero.seasonNames)}
- {/if}
- {#if hero.psalterWeek}
- {t('psalterWeek', lang)}: {humanizePsalterWeek(hero.psalterWeek, lang)}
- {/if}
- {#if hero.sundayCycle}
- {t('cycle', lang)}: {humanizeSundayCycle(hero.sundayCycle)}
- {/if}
-
- {#if hero.rite1962 && hero.rite1962.commemorations.length}
-
- {#each hero.rite1962.commemorations as c (c.id)}
- {c.name}
- {/each}
-
- {/if}
- {#if hero.rite1962?.stationChurches?.length}
-
- ✦
-
- {t1962('stationChurch', lang)}:
- {#each hero.rite1962.stationChurches as s, i (s.key + (s.mass ?? ''))}
- {#if i > 0} · {/if}{s.name}{#if s.mass} ({s.mass.replace(/_/g, ' ')}){/if}
- {/each}
-
-
- {/if}
- →
-
-