Example #1
0
 def modules(self):
     return [
         (FNHeading(self.date), "office/heading.html"),
         (MPCommemorationListing(self.date), "office/commemoration_listing.html"),
         (FamilyRubricSection(self.date, self.office_readings), "office/rubric_section.html"),
         (FNOpeningSentence(self.date, self.office_readings), "office/family_opening_sentence.html"),
         (FNPsalms(self.date, self.office_readings), "office/minor_office_psalms.html"),
         (FNScripture(self.date, self.office_readings), "office/family_scripture.html"),
         (FNIntercessions(self.date, self.office_readings), "office/rubric_section.html"),
         (Pater(self.date, self.office_readings), "office/family_lords_prayer.html"),
         (FPCollect(self.date, self.office_readings), "office/family_collect.html"),
     ]
Example #2
0
 def modules(self):
     return [
         (FCDHeading(self.date), "office/heading.html"),
         (EPCommemorationListing(self.date), "office/commemoration_listing.html"),
         (FamilyRubricSection(self.date, self.office_readings), "office/rubric_section.html"),
         (FCDOpeningSentence(self.date, self.office_readings), "office/family_opening_sentence.html"),
         (FCDPsalms(self.date, self.office_readings), "office/minor_office_psalms.html"),
         (FCDScripture(self.date, self.office_readings), "office/family_scripture.html"),
         (FCDIntercessions(self.date, self.office_readings), "office/rubric_section.html"),
         (Pater(self.date, self.office_readings), "office/family_lords_prayer.html"),
         (FCDCollect(self.date, self.office_readings), "office/family_collect.html"),
         (FCDNunc(self.date, self.office_readings), "office/simple_canticle.html"),
         (FCDClosingSentence(self.date, self.office_readings), "office/opening_sentence.html"),
     ]