xref: /webtrees/resources/xml/reports/pedigree_report.xml (revision 9e6181127b6320ca605623bf22bb45fd1daffa71)
1<?xml version="1.0" encoding="UTF-8" ?>
2<Report>
3	<Title><var var="I18N::translate('Pedigree')" /></Title>
4	<Description><var var="I18N::translate('A report of an individual’s ancestors, formatted as a tree.')" /></Description>
5	<Input name="pid" lookup="INDI" type="text" default=""><var var="I18N::translate('Individual')" /></Input>
6	<Input name="spouses" type="checkbox" default=""><var var="I18N::translate('Show spouses')" /></Input>
7	<Input name="orientation" type="select" default="portrait" options="portrait=>I18N::translate('Portrait')|landscape=>I18N::translate('Landscape')"><var var="I18N::translate('Orientation')"/></Input>
8	<Input name="pageSize" type="select" options="A4=>I18N::translateContext('paper size','A4')|A3=>I18N::translateContext('paper size', 'A3')|US-Letter=>I18N::translateContext('paper size','Letter')|US-Tabloid=>I18N::translateContext('paper size','Tabloid')"><var var="I18N::translate('Page size')" /></Input>
9	<!--
10	<Input name="fonts" type="select" default="dejavusans" options="arialunicid0=>I18N::translateContext('font name', 'Arial')|dejavusans=>I18N::translateContext('font name', 'DejaVu')|helvetica=>I18N::translateContext('font name', 'Helvetica')"><var var="I18N::translate('Font')"/></Input>
11	-->
12	<SetVar name="fonts" value="dejavusans" />
13
14	<if condition="$orientation=='portrait'">
15		<Style name="header" font="$fonts" size="18" />
16		<Style name="label1" font="$fonts" size="9" />
17		<Style name="name" font="$fonts" size="9" />
18		<Style name="text" font="$fonts" size="7" />
19		<Style name="genby" font="$fonts" size="8" />
20		<!-- Date text -->
21		<Style name="date" font="$fonts" size="8"/>
22
23		<!-- Horizontal Number/Name/Fact text -->
24		<SetVar name="number_1_2_3" value="18" />
25		<SetVar name="name_1_2_3" value="32" />
26		<SetVar name="number_4_to_7" value="161" />
27		<SetVar name="name_4_to_7" value="175" />
28		<SetVar name="number_8_to_9" value="299" />
29		<SetVar name="number_10_to_15" value="293" />
30		<SetVar name="name_8_to_15" value="312" />
31		<SetVar name="number_16_to_31" value="444" />
32		<SetVar name="name_16_to_31" value="462" />
33
34		<!-- Truncate variables -->
35		<SetVar name="truncatename" value="25" />
36		<SetVar name="trunc_123" value="28" />
37		<SetVar name="trunc_123_place" value="33" />
38		<SetVar name="trunc_4_to_7_place" value="33" />
39		<SetVar name="trunc_place" value="40" />
40		<SetVar name="trunc_dateplace" value="33" />
41
42		<Doc pageSize="$pageSize" leftmargin="1" rightmargin="1">
43			<Header>
44				<Cell height="20" newline="1" left="20" style="header"><var var="I18N::translate('Pedigree')" /></Cell>
45				<Cell align="rightrtl" height="10" newline="1" style="date"><Now /></Cell>
46			</Header>
47			<Body>
48				<Line x1="29" y1="370" x2="190" y2="370" />
49				<Line x1="29" y1="370" x2="29" y2="570" />
50				<Line x1="29" y1="570" x2="172" y2="570" />
51				<Line x1="29" y1="220" x2="29" y2="370" />
52				<Line x1="29" y1="220" x2="172" y2="220" />
53
54				<Line x1="172" y1="130" x2="172" y2="290" />
55				<Line x1="172" y1="450" x2="172" y2="610" />
56				<Line x1="172" y1="130" x2="310" y2="130" />
57				<Line x1="172" y1="290" x2="310" y2="290" />
58				<Line x1="172" y1="450" x2="310" y2="450" />
59				<Line x1="172" y1="610" x2="310" y2="610" />
60
61				<Gedcom id="$pid">
62				<TextBox padding="0" width="160" height="10" align="left" left="$number_1_2_3" top="360" reseth="1">
63					<Text style="label1">1.</Text>
64				</TextBox>
65				<TextBox padding="0" width="160" height="10" align="left" left="$name_1_2_3" top="360" reseth="1">
66					<Text style="name"><GetPersonName id="$pid" truncate="$trunc_place" /></Text>
67				</TextBox>
68				<TextBox padding="0" width="160" height="10" align="left" left="$name_1_2_3" top="372" reseth="1">
69					<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" />
70						<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" />
71						<Gedcom id="@FAMS">
72							<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_place" />
73							<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_place" />
74						</Gedcom>
75						<Gedcom id="DEAT">
76							<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" />
77							<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" />
78						</Gedcom>
79					</Text>
80				</TextBox>
81
82				<TextBox padding="0" width="130" height="10" align="left" left="$number_1_2_3" top="210" reseth="1">
83					<Text style="label1">2.</Text>
84				</TextBox>
85				<TextBox padding="0" width="137" height="10" align="left" left="$name_1_2_3" top="210" reseth="1">
86					<Text style="name"><Gedcom id="@FAMC"><GetPersonName id="@HUSB" truncate="$trunc_123" /></Gedcom></Text>
87				</TextBox>
88				<TextBox padding="0" width="130" height="10" align="left" left="$name_1_2_3" top="222" reseth="1">
89					<Gedcom id="@FAMC:@HUSB">
90						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_123_place" />
91							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_123_place" />
92							<Gedcom id="@FAMS">
93								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_123_place" />
94								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_123_place" />
95							</Gedcom>
96							<Gedcom id="DEAT">
97								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_123_place" />
98								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_123_place" />
99							</Gedcom>
100						</Text>
101					</Gedcom>
102				</TextBox>
103
104				<TextBox padding="0" width="130" height="10" align="left" left="$number_1_2_3" top="560" reseth="1">
105					<Text style="label1">3.</Text>
106				</TextBox>
107				<TextBox padding="0" width="137" height="10" align="left" left="$name_1_2_3" top="560" reseth="1">
108					<Text style="name"><Gedcom id="@FAMC"><GetPersonName id="@WIFE" truncate="$trunc_123" /></Gedcom></Text>
109				</TextBox>
110				<TextBox padding="0" width="130" height="10" align="left" left="$name_1_2_3" top="572" reseth="1">
111					<Gedcom id="@FAMC:@WIFE">
112						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_123_place" />
113							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_123_place" />
114							<Gedcom id="DEAT">
115								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_123_place" />
116								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_123_place" />
117							</Gedcom>
118						</Text>
119					</Gedcom>
120				</TextBox>
121
122				<TextBox padding="0" width="122" height="10" align="left" left="$number_4_to_7" top="120" reseth="1">
123					<Text style="label1">4.</Text>
124				</TextBox>
125				<TextBox padding="0" width="130" height="10" align="left" left="$name_4_to_7" top="120" reseth="1">
126					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
127				</TextBox>
128				<TextBox padding="0" width="122" height="10" align="left" left="$name_4_to_7" top="132" reseth="1">
129					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB">
130						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_4_to_7_place" />
131							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_4_to_7_place" />
132							<Gedcom id="@FAMS">
133								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_4_to_7_place" />
134								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_4_to_7_place" />
135							</Gedcom>
136							<Gedcom id="DEAT">
137								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_4_to_7_place" />
138								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_4_to_7_place" />
139							</Gedcom>
140						</Text>
141					</Gedcom>
142				</TextBox>
143
144				<TextBox padding="0" width="122" height="10" align="left" left="$number_4_to_7" top="280" reseth="1">
145					<Text style="label1">5.</Text>
146				</TextBox>
147				<TextBox padding="0" width="130" height="10" align="left" left="$name_4_to_7" top="280" reseth="1">
148					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
149				</TextBox>
150				<TextBox padding="0" width="122" height="10" align="left" left="$name_4_to_7" top="292" reseth="1">
151					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE">
152						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_4_to_7_place" />
153							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_4_to_7_place" />
154							<Gedcom id="DEAT">
155								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_4_to_7_place" />
156								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_4_to_7_place" />
157							</Gedcom>
158						</Text>
159					</Gedcom>
160				</TextBox>
161
162
163				<TextBox padding="0" width="122" height="10" align="left" left="$number_4_to_7" top="440" reseth="1">
164					<Text style="label1">6.</Text>
165				</TextBox>
166				<TextBox padding="0" width="130" height="10" align="left" left="$name_4_to_7" top="440" reseth="1">
167					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
168				</TextBox>
169				<TextBox padding="0" width="122" height="10" align="left" left="$name_4_to_7" top="452" reseth="1">
170					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB">
171						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_4_to_7_place" />
172							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_4_to_7_place" />
173							<Gedcom id="@FAMS">
174								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_4_to_7_place" />
175								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_4_to_7_place" />
176							</Gedcom>
177							<Gedcom id="DEAT">
178								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_4_to_7_place" />
179								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_4_to_7_place" />
180							</Gedcom>
181						</Text>
182					</Gedcom>
183				</TextBox>
184
185				<TextBox padding="0" width="122" height="10" align="left" left="$number_4_to_7" top="600" reseth="1">
186					<Text style="label1">7.</Text>
187				</TextBox>
188				<TextBox padding="0" width="130" height="10" align="left" left="$name_4_to_7" top="600" reseth="1">
189					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
190				</TextBox>
191				<TextBox padding="0" width="122" height="10" align="left" left="$name_4_to_7" top="612" reseth="1">
192					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE">
193						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_4_to_7_place" />
194							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_4_to_7_place" />
195							<Gedcom id="DEAT">
196								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_4_to_7_place" />
197								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_4_to_7_place" />
198							</Gedcom>
199						</Text>
200					</Gedcom>
201				</TextBox>
202
203
204
205				<Line x1="310" y1="90" x2="310" y2="170" />
206				<Line x1="310" y1="90" x2="460" y2="90" />
207				<Line x1="310" y1="170" x2="460" y2="170" />
208				<TextBox padding="0" width="130" height="10" align="left" left="$number_8_to_9" top="80" reseth="1">
209					<Text style="label1">8.</Text>
210				</TextBox>
211				<TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="80" reseth="1">
212					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
213				</TextBox>
214				<TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="92" reseth="1">
215					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB">
216						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
217							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
218							<Gedcom id="@FAMS">
219								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" />
220								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" />
221							</Gedcom>
222							<Gedcom id="DEAT">
223								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
224								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
225							</Gedcom>
226						</Text>
227					</Gedcom>
228				</TextBox>
229
230				<TextBox padding="0" width="130" height="10" align="left" left="$number_8_to_9" top="160" reseth="1">
231					<Text style="label1">9.</Text>
232				</TextBox>
233				<TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="160" reseth="1">
234					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
235				</TextBox>
236				<TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="172" reseth="1">
237					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE">
238						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
239							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
240							<Gedcom id="DEAT">
241								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
242								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
243							</Gedcom>
244						</Text>
245					</Gedcom>
246				</TextBox>
247
248				<Line x1="310" y1="250" x2="310" y2="330" />
249				<Line x1="310" y1="250" x2="460" y2="250" />
250				<Line x1="310" y1="330" x2="460" y2="330" />
251				<TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="240" reseth="1">
252					<Text style="label1">10.</Text>
253				</TextBox>
254				<TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="240" reseth="1">
255					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
256				</TextBox>
257				<TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="252" reseth="1">
258					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB">
259						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
260							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
261							<Gedcom id="@FAMS">
262								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" />
263								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" />
264							</Gedcom>
265							<Gedcom id="DEAT">
266								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
267								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
268							</Gedcom>
269						</Text>
270					</Gedcom>
271				</TextBox>
272
273				<TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="320" reseth="1">
274					<Text style="label1">11.</Text>
275				</TextBox>
276				<TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="320" reseth="1">
277					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
278				</TextBox>
279				<TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="332" reseth="1">
280					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE">
281						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
282							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
283							<Gedcom id="DEAT">
284								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
285								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
286							</Gedcom>
287						</Text>
288					</Gedcom>
289				</TextBox>
290
291				<Line x1="310" y1="410" x2="310" y2="490" />
292				<Line x1="310" y1="410" x2="460" y2="410" />
293				<Line x1="310" y1="490" x2="460" y2="490" />
294				<TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="400" reseth="1">
295					<Text style="label1">12.</Text>
296				</TextBox>
297				<TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="400" reseth="1">
298					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
299				</TextBox>
300				<TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="412" reseth="1">
301					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB">
302						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
303							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
304							<Gedcom id="@FAMS">
305								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" />
306								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" />
307							</Gedcom>
308							<Gedcom id="DEAT">
309								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
310								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
311							</Gedcom>
312						</Text>
313					</Gedcom>
314				</TextBox>
315
316				<TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="480" reseth="1">
317					<Text style="label1">13.</Text>
318				</TextBox>
319				<TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="480" reseth="1">
320					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
321				</TextBox>
322				<TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="492" reseth="1">
323					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE">
324						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
325							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
326							<Gedcom id="DEAT">
327								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
328								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
329							</Gedcom>
330						</Text>
331					</Gedcom>
332				</TextBox>
333
334				<Line x1="310" y1="570" x2="310" y2="650" />
335				<Line x1="310" y1="570" x2="460" y2="570" />
336				<Line x1="310" y1="650" x2="460" y2="650" />
337				<TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="560" reseth="1">
338					<Text style="label1">14.</Text>
339				</TextBox>
340				<TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="560" reseth="1">
341					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
342				</TextBox>
343				<TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="572" reseth="1">
344					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB">
345						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
346							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
347							<Gedcom id="@FAMS">
348								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" />
349								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" />
350							</Gedcom>
351							<Gedcom id="DEAT">
352								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
353								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
354							</Gedcom>
355						</Text>
356					</Gedcom>
357				</TextBox>
358
359				<TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="640" reseth="1">
360					<Text style="label1">15.</Text>
361				</TextBox>
362				<TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="640" reseth="1">
363					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
364				</TextBox>
365				<TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="652" reseth="1">
366					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE">
367						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
368							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
369							<Gedcom id="DEAT">
370								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
371								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
372							</Gedcom>
373						</Text>
374					</Gedcom>
375				</TextBox>
376
377
378
379				<Line x1="460" y1="70" x2="460" y2="110" />
380				<Line x1="460" y1="70" x2="590" y2="70" />
381				<Line x1="460" y1="110" x2="590" y2="110" />
382				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="60" reseth="1">
383					<Text style="label1">16.</Text>
384				</TextBox>
385				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="60" reseth="1">
386					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
387				</TextBox>
388				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="72" reseth="1">
389					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB">
390						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
391							<Gedcom id="@FAMS">
392								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" />
393							</Gedcom>
394							<Gedcom id="DEAT">
395								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
396							</Gedcom>
397						</Text>
398					</Gedcom>
399				</TextBox>
400
401				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="100" reseth="1">
402					<Text style="label1">17.</Text>
403				</TextBox>
404				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="100" reseth="1">
405					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
406				</TextBox>
407				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="112" reseth="1">
408					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE">
409						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
410							<Gedcom id="DEAT">
411								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
412							</Gedcom>
413						</Text>
414					</Gedcom>
415				</TextBox>
416
417				<Line x1="460" y1="150" x2="460" y2="190" />
418				<Line x1="460" y1="150" x2="590" y2="150" />
419				<Line x1="460" y1="190" x2="590" y2="190" />
420				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="140" reseth="1">
421					<Text style="label1">18.</Text>
422				</TextBox>
423				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="140" reseth="1">
424					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
425				</TextBox>
426				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="152" reseth="1">
427					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB">
428						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
429							<Gedcom id="@FAMS">
430								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" />
431							</Gedcom>
432							<Gedcom id="DEAT">
433								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
434							</Gedcom>
435						</Text>
436					</Gedcom>
437				</TextBox>
438
439				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="180" reseth="1">
440					<Text style="label1">19.</Text>
441				</TextBox>
442				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="180" reseth="1">
443					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
444				</TextBox>
445				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="192" reseth="1">
446					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE">
447						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
448							<Gedcom id="DEAT">
449								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
450							</Gedcom>
451						</Text>
452					</Gedcom>
453				</TextBox>
454
455				<Line x1="460" y1="230" x2="460" y2="270" />
456				<Line x1="460" y1="230" x2="590" y2="230" />
457				<Line x1="460" y1="270" x2="590" y2="270" />
458				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="220" reseth="1">
459					<Text style="label1">20.</Text>
460				</TextBox>
461				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="220" reseth="1">
462					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
463				</TextBox>
464				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="232" reseth="1">
465					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB">
466						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
467							<Gedcom id="@FAMS">
468								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" />
469							</Gedcom>
470							<Gedcom id="DEAT">
471								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
472							</Gedcom>
473						</Text>
474					</Gedcom>
475				</TextBox>
476
477				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="260" reseth="1">
478					<Text style="label1">21.</Text>
479				</TextBox>
480				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="260" reseth="1">
481					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
482				</TextBox>
483				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="272" reseth="1">
484					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE">
485						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
486							<Gedcom id="DEAT">
487								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
488							</Gedcom>
489						</Text>
490					</Gedcom>
491				</TextBox>
492
493				<Line x1="460" y1="310" x2="460" y2="350" />
494				<Line x1="460" y1="310" x2="590" y2="310" />
495				<Line x1="460" y1="350" x2="590" y2="350" />
496				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="300" reseth="1">
497					<Text style="label1">22.</Text>
498				</TextBox>
499				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="300" reseth="1">
500					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
501				</TextBox>
502				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="312" reseth="1">
503					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB">
504						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
505							<Gedcom id="@FAMS">
506								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" />
507							</Gedcom>
508							<Gedcom id="DEAT">
509								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
510							</Gedcom>
511						</Text>
512					</Gedcom>
513				</TextBox>
514
515				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="340" reseth="1">
516					<Text style="label1">23.</Text>
517				</TextBox>
518				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="340" reseth="1">
519					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
520				</TextBox>
521				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="352" reseth="1">
522					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE">
523						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
524							<Gedcom id="DEAT">
525								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
526							</Gedcom>
527						</Text>
528					</Gedcom>
529				</TextBox>
530
531				<Line x1="460" y1="390" x2="460" y2="430" />
532				<Line x1="460" y1="390" x2="590" y2="390" />
533				<Line x1="460" y1="430" x2="590" y2="430" />
534				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="380" reseth="1">
535					<Text style="label1">24.</Text>
536				</TextBox>
537				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="380" reseth="1">
538					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
539				</TextBox>
540				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="392" reseth="1">
541					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB">
542						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
543							<Gedcom id="@FAMS">
544								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" />
545							</Gedcom>
546							<Gedcom id="DEAT">
547								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
548							</Gedcom>
549						</Text>
550					</Gedcom>
551				</TextBox>
552
553				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="420" reseth="1">
554					<Text style="label1">25.</Text>
555				</TextBox>
556				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="420" reseth="1">
557					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
558				</TextBox>
559				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="432" reseth="1">
560					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE">
561						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
562							<Gedcom id="DEAT">
563								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
564							</Gedcom>
565						</Text>
566					</Gedcom>
567				</TextBox>
568
569				<Line x1="460" y1="470" x2="460" y2="510" />
570				<Line x1="460" y1="470" x2="590" y2="470" />
571				<Line x1="460" y1="510" x2="590" y2="510" />
572				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="460" reseth="1">
573					<Text style="label1">26.</Text>
574				</TextBox>
575				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="460" reseth="1">
576					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
577				</TextBox>
578				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="472" reseth="1">
579					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB">
580						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
581							<Gedcom id="@FAMS">
582								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" />
583							</Gedcom>
584							<Gedcom id="DEAT">
585								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
586							</Gedcom>
587						</Text>
588					</Gedcom>
589				</TextBox>
590
591				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="500" reseth="1">
592					<Text style="label1">27.</Text>
593				</TextBox>
594				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="500" reseth="1">
595					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
596				</TextBox>
597				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="512" reseth="1">
598					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE">
599						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
600							<Gedcom id="DEAT">
601								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
602							</Gedcom>
603						</Text>
604					</Gedcom>
605				</TextBox>
606
607				<Line x1="460" y1="550" x2="460" y2="590" />
608				<Line x1="460" y1="550" x2="590" y2="550" />
609				<Line x1="460" y1="590" x2="590" y2="590" />
610				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="540" reseth="1">
611					<Text style="label1">28.</Text>
612				</TextBox>
613				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="540" reseth="1">
614					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
615				</TextBox>
616				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="552" reseth="1">
617					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB">
618						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
619							<Gedcom id="@FAMS">
620								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" />
621							</Gedcom>
622							<Gedcom id="DEAT">
623								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
624							</Gedcom>
625						</Text>
626					</Gedcom>
627				</TextBox>
628
629				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="580" reseth="1">
630					<Text style="label1">29.</Text>
631				</TextBox>
632				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="580" reseth="1">
633					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
634				</TextBox>
635				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="592" reseth="1">
636					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE">
637						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
638							<Gedcom id="DEAT">
639								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
640							</Gedcom>
641						</Text>
642					</Gedcom>
643				</TextBox>
644
645				<Line x1="460" y1="630" x2="460" y2="670" />
646				<Line x1="460" y1="630" x2="590" y2="630" />
647				<Line x1="460" y1="670" x2="590" y2="670" />
648				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="620" reseth="1">
649					<Text style="label1">30.</Text>
650				</TextBox>
651				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="620" reseth="1">
652					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
653				</TextBox>
654				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="632" reseth="1">
655					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB">
656						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
657							<Gedcom id="@FAMS">
658								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" />
659							</Gedcom>
660							<Gedcom id="DEAT">
661								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
662							</Gedcom>
663						</Text>
664					</Gedcom>
665				</TextBox>
666
667				<TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" newline="1" top="660" reseth="1">
668					<Text style="label1">31.</Text>
669				</TextBox>
670				<TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" newline="1" top="660" reseth="1">
671					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
672				</TextBox>
673				<TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="672" reseth="1">
674					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE">
675						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" />
676							<Gedcom id="DEAT">
677								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" />
678							</Gedcom>
679						</Text>
680					</Gedcom>
681				</TextBox>
682
683				<if condition="$spouses=='on'">
684					<SetVar name="my" value="440" />
685					<RepeatTag tag="FAMS">
686						<Gedcom id="@FAMS">
687							<if condition="$my LT 560">
688								<TextBox padding="0" width="125" height="10" align="left" left="38" top="$my" reseth="1">
689									<if condition="$pid==@HUSB">
690										<Text style="name"><GetPersonName id="@WIFE" truncate="$trunc_123" /></Text>
691									</if>
692									<if condition="$pid==@WIFE">
693										<Text style="name"><GetPersonName id="@HUSB" truncate="$trunc_123" /></Text>
694									</if>
695								</TextBox>
696								<SetVar name="my" value="$my+10" />
697								<Line x1="38" y1="$my" x2="160" y2="$my" />
698							</if>
699							<SetVar name="my" value="$my+2" />
700							<RepeatTag tag="CHIL">
701								<if condition="$my LT 560">
702									<TextBox padding="0" width="120" height="10" align="left" left="48" top="$my" reseth="1">
703										<Text style="text"><GetPersonName id="@CHIL" truncate="32" /></Text>
704									</TextBox>
705									<SetVar name="my" value="$my+10" />
706								</if>
707							</RepeatTag>
708						</Gedcom>
709					</RepeatTag>
710				</if>
711				</Gedcom>
712			</Body>
713		</Doc>
714	</if>
715	<if condition="$orientation=='landscape'">
716		<Style name="header" font="$fonts" size="18"/>
717		<Style name="label1" font="$fonts" size="9" />
718		<Style name="name" font="$fonts" size="9" />
719		<Style name="text" font="$fonts" size="7" />
720		<Style name="genby" font="$fonts" size="8" />
721		<!-- Date text -->
722		<Style name="date" font="$fonts" size="8"/>
723
724		<!-- Horizontal Number/Name/Fact text -->
725		<SetVar name="number_1_2_3" value="19" />
726		<SetVar name="name_1_2_3" value="35" />
727		<SetVar name="number_4_to_7" value="197" />
728		<SetVar name="name_4_to_7" value="213" />
729		<SetVar name="number_8_to_9" value="377" />
730		<SetVar name="number_10_to_15" value="374" />
731		<SetVar name="name_8_to_15" value="393" />
732		<SetVar name="number_16_to_31" value="554" />
733		<SetVar name="name_16_to_31" value="573" />
734
735		<!-- Truncate variables -->
736		<SetVar name="truncatename" value="32" />
737		<SetVar name="trunc_place" value="40" />
738		<SetVar name="trunc_dateplace" value="27" />
739
740		<Doc pageSize="$pageSize" orientation="landscape" leftmargin="1" rightmargin="1" topmargin="65">
741			<Header>
742				<Cell height="20" newline="1" left="20" style="header"><var var="I18N::translate('Pedigree chart')" /></Cell>
743				<Cell align="rightrtl" height="10" newline="1" style="date"><Now /></Cell>
744			</Header>
745			<Body>
746				<Line x1="32" y1="270" x2="210" y2="270" />
747				<Line x1="32" y1="270" x2="32" y2="425" />
748				<Line x1="32" y1="425" x2="210" y2="425" />
749				<Line x1="32" y1="150" x2="32" y2="270" />
750				<Line x1="32" y1="150" x2="210" y2="150" />
751
752				<Line x1="210" y1="95" x2="210" y2="215" />
753				<Line x1="210" y1="335" x2="210" y2="455" />
754				<Line x1="210" y1="95" x2="390" y2="95" />
755				<Line x1="210" y1="215" x2="390" y2="215" />
756				<Line x1="210" y1="335" x2="390" y2="335" />
757				<Line x1="210" y1="455" x2="390" y2="455" />
758
759				<Gedcom id="$pid">
760				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_1_2_3" top="258" reseth="1">
761					<Text style="label1">1.</Text>
762				</TextBox>
763				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="258" reseth="1">
764					<Text style="name"><GetPersonName id="$pid" truncate="$truncatename" /></Text>
765				</TextBox>
766				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="272" reseth="1">
767					<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" />
768						<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" />
769						<Gedcom id="@FAMS">
770							<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_place" />
771							<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_place" />
772						</Gedcom>
773						<Gedcom id="DEAT">
774							<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" />
775							<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" />
776						</Gedcom>
777					</Text>
778				</TextBox>
779
780				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_1_2_3" top="138" reseth="1">
781					<Text style="label1">2.</Text>
782				</TextBox>
783				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="138" reseth="1">
784					<Text style="name"><Gedcom id="@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
785				</TextBox>
786				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="152" reseth="1">
787					<Gedcom id="@FAMC:@HUSB">
788						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" />
789							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" />
790							<Gedcom id="@FAMS">
791								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_place" />
792								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_place" />
793							</Gedcom>
794							<Gedcom id="DEAT">
795								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" />
796								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" />
797							</Gedcom>
798						</Text>
799					</Gedcom>
800				</TextBox>
801
802				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_1_2_3" top="413" reseth="1">
803					<Text style="label1">3.</Text>
804				</TextBox>
805				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="413" reseth="1">
806					<Text style="name"><Gedcom id="@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
807				</TextBox>
808				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="427" reseth="1">
809					<Gedcom id="@FAMC:@WIFE">
810						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" />
811							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" />
812							<Gedcom id="DEAT">
813								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" />
814								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" />
815							</Gedcom>
816						</Text>
817					</Gedcom>
818				</TextBox>
819
820				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_4_to_7" top="83" reseth="1">
821					<Text style="label1">4.</Text>
822				</TextBox>
823				<TextBox padding="0" pagecheck="0" width="170" height="10" align="left" left="$name_4_to_7" top="83" reseth="1">
824					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
825				</TextBox>
826				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_4_to_7" top="97" reseth="1">
827					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB">
828						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" />
829							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" />
830							<Gedcom id="@FAMS">
831								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_place" />
832								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_place" />
833							</Gedcom>
834							<Gedcom id="DEAT">
835								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" />
836								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" />
837							</Gedcom>
838						</Text>
839					</Gedcom>
840				</TextBox>
841
842				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_4_to_7" top="203" reseth="1">
843					<Text style="label1">5.</Text>
844				</TextBox>
845				<TextBox padding="0" pagecheck="0" width="170" height="10" align="left" left="$name_4_to_7" top="203" reseth="1">
846					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
847				</TextBox>
848				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_4_to_7" top="217" reseth="1">
849					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE">
850						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" />
851							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" />
852							<Gedcom id="DEAT">
853								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" />
854								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" />
855							</Gedcom>
856						</Text>
857					</Gedcom>
858				</TextBox>
859
860				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_4_to_7" top="323" reseth="1">
861					<Text style="label1">6.</Text>
862				</TextBox>
863				<TextBox padding="0" pagecheck="0" width="170" height="10" align="left" left="$name_4_to_7" top="323" reseth="1">
864					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
865				</TextBox>
866				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_4_to_7" top="337" reseth="1">
867					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB">
868						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" />
869							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" />
870							<Gedcom id="@FAMS">
871								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_place" />
872								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_place" />
873							</Gedcom>
874							<Gedcom id="DEAT">
875								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" />
876								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" />
877							</Gedcom>
878						</Text>
879					</Gedcom>
880				</TextBox>
881
882				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_4_to_7" top="443" reseth="1">
883					<Text style="label1">7.</Text>
884				</TextBox>
885				<TextBox padding="0" pagecheck="0" width="170" height="10" align="left" left="$name_4_to_7" top="443" reseth="1">
886					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
887				</TextBox>
888				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_4_to_7" top="457" reseth="1">
889					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE">
890						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" />
891							<br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" />
892							<Gedcom id="DEAT">
893								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" />
894								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" />
895							</Gedcom>
896						</Text>
897					</Gedcom>
898				</TextBox>
899
900
901				<Line x1="390" y1="65" x2="390" y2="125" />
902				<Line x1="390" y1="65" x2="570" y2="65" />
903				<Line x1="390" y1="125" x2="570" y2="125" />
904				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_8_to_9" top="53" reseth="1">
905					<Text style="label1">8.</Text>
906				</TextBox>
907				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="53" reseth="1">
908					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
909				</TextBox>
910				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="67" reseth="1">
911					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB">
912						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
913							 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
914							<Gedcom id="@FAMS">
915								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" />
916								 <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" />
917							</Gedcom>
918							<Gedcom id="DEAT">
919								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
920									 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
921							</Gedcom>
922						</Text>
923					</Gedcom>
924				</TextBox>
925
926				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_8_to_9" top="113" reseth="1">
927					<Text style="label1">9.</Text>
928				</TextBox>
929				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="113" reseth="1">
930					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
931				</TextBox>
932				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="127" reseth="1">
933					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE">
934						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
935							 <GedcomValue tag="BIRT:PLAC" truncate="32" />
936							<Gedcom id="DEAT">
937								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
938									 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
939							</Gedcom>
940						</Text>
941					</Gedcom>
942				</TextBox>
943
944				<Line x1="390" y1="185" x2="390" y2="245" />
945				<Line x1="390" y1="185" x2="570" y2="185" />
946				<Line x1="390" y1="245" x2="570" y2="245" />
947				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="173" reseth="1">
948					<Text style="label1">10.</Text>
949				</TextBox>
950				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="173" reseth="1">
951					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
952				</TextBox>
953				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="187" reseth="1">
954					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB">
955						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
956							 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
957							<Gedcom id="@FAMS">
958								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" />
959								 <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" />
960							</Gedcom>
961							<Gedcom id="DEAT">
962								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
963									 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
964							</Gedcom>
965						</Text>
966					</Gedcom>
967				</TextBox>
968
969				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="233" reseth="1">
970					<Text style="label1">11.</Text>
971				</TextBox>
972				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="233" reseth="1">
973					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
974				</TextBox>
975				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="247" reseth="1">
976					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE">
977						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
978							 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
979							<Gedcom id="DEAT">
980								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
981									 <GedcomValue tag="DEAT:PLAC" truncate="32" />
982							</Gedcom>
983						</Text>
984					</Gedcom>
985				</TextBox>
986
987				<Line x1="390" y1="305" x2="390" y2="365" />
988				<Line x1="390" y1="305" x2="570" y2="305" />
989				<Line x1="390" y1="365" x2="570" y2="365" />
990				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="293" reseth="1">
991					<Text style="label1">12.</Text>
992				</TextBox>
993				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="293" reseth="1">
994					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
995				</TextBox>
996				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="307" reseth="1">
997					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB">
998						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
999							 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
1000							<Gedcom id="@FAMS">
1001								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" />
1002								 <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" />
1003							</Gedcom>
1004							<Gedcom id="DEAT">
1005								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
1006									 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
1007							</Gedcom>
1008						</Text>
1009					</Gedcom>
1010				</TextBox>
1011
1012				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="353" reseth="1">
1013					<Text style="label1">13.</Text>
1014				</TextBox>
1015				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="353" reseth="1">
1016					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
1017				</TextBox>
1018				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="367" reseth="1">
1019					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE">
1020						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
1021							 <GedcomValue tag="BIRT:PLAC" truncate="32" />
1022							<Gedcom id="DEAT">
1023								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
1024									 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
1025							</Gedcom>
1026						</Text>
1027					</Gedcom>
1028				</TextBox>
1029
1030				<Line x1="390" y1="425" x2="390" y2="485" />
1031				<Line x1="390" y1="425" x2="570" y2="425" />
1032				<Line x1="390" y1="485" x2="570" y2="485" />
1033				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="413" reseth="1">
1034					<Text style="label1">14.</Text>
1035				</TextBox>
1036				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="413" reseth="1">
1037					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
1038				</TextBox>
1039				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="427" reseth="1">
1040					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB">
1041						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
1042							 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
1043							<Gedcom id="@FAMS">
1044								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" />
1045								 <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" />
1046							</Gedcom>
1047							<Gedcom id="DEAT">
1048								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
1049									 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
1050							</Gedcom>
1051						</Text>
1052					</Gedcom>
1053				</TextBox>
1054
1055				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="473" reseth="1">
1056					<Text style="label1">15.</Text>
1057				</TextBox>
1058				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="473" reseth="1">
1059					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
1060				</TextBox>
1061				<TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="487" reseth="1">
1062					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE">
1063						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" />
1064							 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" />
1065							<Gedcom id="DEAT">
1066								<br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" />
1067									 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" />
1068							</Gedcom>
1069						</Text>
1070					</Gedcom>
1071				</TextBox>
1072
1073
1074
1075				<Line x1="570" y1="50" x2="570" y2="80" />
1076				<Line x1="570" y1="50" x2="750" y2="50" />
1077				<Line x1="570" y1="80" x2="750" y2="80" />
1078				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="38" reseth="1">
1079					<Text style="label1">16.</Text>
1080				</TextBox>
1081				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="38" reseth="1">
1082					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
1083				</TextBox>
1084				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="52" reseth="1">
1085					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB">
1086						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1087							<Gedcom id="DEAT">
1088								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1089							</Gedcom>
1090							<Gedcom id="@FAMS">
1091								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" />
1092							</Gedcom>
1093						</Text>
1094					</Gedcom>
1095				</TextBox>
1096
1097				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="68" reseth="1">
1098					<Text style="label1">17.</Text>
1099				</TextBox>
1100				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="68" reseth="1">
1101					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
1102				</TextBox>
1103				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="82" reseth="1">
1104					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE">
1105						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1106							<Gedcom id="DEAT">
1107								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1108							</Gedcom>
1109						</Text>
1110					</Gedcom>
1111				</TextBox>
1112
1113				<Line x1="570" y1="110" x2="570" y2="140" />
1114				<Line x1="570" y1="110" x2="750" y2="110" />
1115				<Line x1="570" y1="140" x2="750" y2="140" />
1116				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="98" reseth="1">
1117					<Text style="label1">18.</Text>
1118				</TextBox>
1119				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="98" reseth="1">
1120					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
1121				</TextBox>
1122				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="112" reseth="1">
1123					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB">
1124						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1125							<Gedcom id="DEAT">
1126								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1127							</Gedcom>
1128							<Gedcom id="@FAMS">
1129								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" />
1130							</Gedcom>
1131						</Text>
1132					</Gedcom>
1133				</TextBox>
1134
1135				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="129" reseth="1">
1136					<Text style="label1">19.</Text>
1137				</TextBox>
1138				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="129" reseth="1">
1139					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
1140				</TextBox>
1141				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="142" reseth="1">
1142					<Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE">
1143						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1144							<Gedcom id="DEAT">
1145								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1146							</Gedcom>
1147						</Text>
1148					</Gedcom>
1149				</TextBox>
1150
1151				<Line x1="570" y1="170" x2="570" y2="200" />
1152				<Line x1="570" y1="170" x2="750" y2="170" />
1153				<Line x1="570" y1="200" x2="750" y2="200" />
1154				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="158" reseth="1">
1155					<Text style="label1">20.</Text>
1156				</TextBox>
1157				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="158" reseth="1">
1158					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
1159				</TextBox>
1160				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="172" reseth="1">
1161					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB">
1162						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1163							<Gedcom id="DEAT">
1164								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1165							</Gedcom>
1166							<Gedcom id="@FAMS">
1167								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" />
1168							</Gedcom>
1169						</Text>
1170					</Gedcom>
1171				</TextBox>
1172
1173				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="189" reseth="1">
1174					<Text style="label1">21.</Text>
1175				</TextBox>
1176				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="189" reseth="1">
1177					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
1178				</TextBox>
1179				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="202" reseth="1">
1180					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE">
1181						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1182							<Gedcom id="DEAT">
1183								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1184							</Gedcom>
1185						</Text>
1186					</Gedcom>
1187				</TextBox>
1188
1189				<Line x1="570" y1="230" x2="570" y2="260" />
1190				<Line x1="570" y1="230" x2="750" y2="230" />
1191				<Line x1="570" y1="260" x2="750" y2="260" />
1192				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="218" reseth="1">
1193					<Text style="label1">22.</Text>
1194				</TextBox>
1195				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="218" reseth="1">
1196					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
1197				</TextBox>
1198				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="232" reseth="1">
1199					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB">
1200						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1201							<Gedcom id="DEAT">
1202								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1203							</Gedcom>
1204							<Gedcom id="@FAMS">
1205								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" />
1206							</Gedcom>
1207						</Text>
1208					</Gedcom>
1209				</TextBox>
1210
1211				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="249" reseth="1">
1212					<Text style="label1">23.</Text>
1213				</TextBox>
1214				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="249" reseth="1">
1215					<Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
1216				</TextBox>
1217				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="262" reseth="1">
1218					<Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE">
1219						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1220							<Gedcom id="DEAT">
1221								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1222							</Gedcom>
1223						</Text>
1224					</Gedcom>
1225				</TextBox>
1226
1227				<Line x1="570" y1="290" x2="570" y2="320" />
1228				<Line x1="570" y1="290" x2="750" y2="290" />
1229				<Line x1="570" y1="320" x2="750" y2="320" />
1230				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="278" reseth="1">
1231					<Text style="label1">24.</Text>
1232				</TextBox>
1233				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="278" reseth="1">
1234					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
1235				</TextBox>
1236				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="292" reseth="1">
1237					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB">
1238						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1239							<Gedcom id="DEAT">
1240								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1241							</Gedcom>
1242							<Gedcom id="@FAMS">
1243								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" />
1244							</Gedcom>
1245						</Text>
1246					</Gedcom>
1247				</TextBox>
1248
1249				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="309" reseth="1">
1250					<Text style="label1">25.</Text>
1251				</TextBox>
1252				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="309" reseth="1">
1253					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
1254				</TextBox>
1255				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="322" reseth="1">
1256					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE">
1257						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1258							<Gedcom id="DEAT">
1259								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1260							</Gedcom>
1261						</Text>
1262					</Gedcom>
1263				</TextBox>
1264
1265				<Line x1="570" y1="350" x2="570" y2="380" />
1266				<Line x1="570" y1="350" x2="750" y2="350" />
1267				<Line x1="570" y1="380" x2="750" y2="380" />
1268				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="338" reseth="1">
1269					<Text style="label1">26.</Text>
1270				</TextBox>
1271				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="338" reseth="1">
1272					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
1273				</TextBox>
1274				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="352" reseth="1">
1275					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB">
1276						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1277							<Gedcom id="DEAT">
1278								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1279							</Gedcom>
1280							<Gedcom id="@FAMS">
1281								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" />
1282							</Gedcom>
1283						</Text>
1284					</Gedcom>
1285				</TextBox>
1286
1287				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="369" reseth="1">
1288					<Text style="label1">27.</Text>
1289				</TextBox>
1290				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="369" reseth="1">
1291					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
1292				</TextBox>
1293				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="382" reseth="1">
1294					<Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE">
1295						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1296							<Gedcom id="DEAT">
1297								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1298							</Gedcom>
1299						</Text>
1300					</Gedcom>
1301				</TextBox>
1302
1303				<Line x1="570" y1="410" x2="570" y2="440" />
1304				<Line x1="570" y1="410" x2="750" y2="410" />
1305				<Line x1="570" y1="440" x2="750" y2="440" />
1306				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="398" reseth="1">
1307					<Text style="label1">28.</Text>
1308				</TextBox>
1309				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="398" reseth="1">
1310					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
1311				</TextBox>
1312				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="412" reseth="1">
1313					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB">
1314						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1315							<Gedcom id="DEAT">
1316								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1317							</Gedcom>
1318							<Gedcom id="@FAMS">
1319								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" />
1320							</Gedcom>
1321						</Text>
1322					</Gedcom>
1323				</TextBox>
1324
1325				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="429" reseth="1">
1326					<Text style="label1">29.</Text>
1327				</TextBox>
1328				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="429" reseth="1">
1329					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
1330				</TextBox>
1331				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="442" reseth="1">
1332					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE">
1333						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1334							<Gedcom id="DEAT">
1335								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1336							</Gedcom>
1337						</Text>
1338					</Gedcom>
1339				</TextBox>
1340
1341				<Line x1="570" y1="470" x2="570" y2="500" />
1342				<Line x1="570" y1="470" x2="750" y2="470" />
1343				<Line x1="570" y1="500" x2="750" y2="500" />
1344				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="458" reseth="1">
1345					<Text style="label1">30.</Text>
1346				</TextBox>
1347				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="458" reseth="1">
1348					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text>
1349				</TextBox>
1350				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="472" reseth="1">
1351					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB">
1352						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1353							<Gedcom id="DEAT">
1354								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1355							</Gedcom>
1356							<Gedcom id="@FAMS">
1357								<br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" />
1358							</Gedcom>
1359						</Text>
1360					</Gedcom>
1361				</TextBox>
1362
1363				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="489" reseth="1">
1364					<Text style="label1">31.</Text>
1365				</TextBox>
1366				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="489" reseth="1">
1367					<Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text>
1368				</TextBox>
1369				<TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="502" reseth="1">
1370					<Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE">
1371						<Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" />
1372							<Gedcom id="DEAT">
1373								 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" />
1374							</Gedcom>
1375						</Text>
1376					</Gedcom>
1377				</TextBox>
1378
1379				<if condition="$spouses=='on'">
1380					<SetVar name="my" value="335" />
1381					<RepeatTag tag="FAMS">
1382						<Gedcom id="@FAMS">
1383							<if condition="$my LT 413">
1384								<TextBox padding="0" pagecheck="0" width="150" height="10" newline="1" align="left" left="38" top="$my" reseth="1">
1385									<if condition="$pid==@HUSB">
1386										<Text style="name"><GetPersonName id="@WIFE" truncate="$truncatename" /></Text>
1387									</if>
1388									<if condition="$pid==@WIFE">
1389										<Text style="name"><GetPersonName id="@HUSB" truncate="$truncatename" /></Text>
1390									</if>
1391								</TextBox>
1392								<SetVar name="my" value="$my+10" />
1393								<Line x1="38" y1="$my" x2="160" y2="$my" />
1394							</if>
1395							<SetVar name="my" value="$my+2" />
1396							<RepeatTag tag="CHIL">
1397								<if condition="$my LT 413">
1398									<TextBox padding="0" pagecheck="0" width="150" height="10" align="left" left="48" top="$my" reseth="1">
1399										<Text style="text"><GetPersonName id="@CHIL" truncate="$truncatename" /></Text>
1400									</TextBox>
1401									<SetVar name="my" value="$my+10" />
1402								</if>
1403							</RepeatTag>
1404						</Gedcom>
1405					</RepeatTag>
1406				</if>
1407				</Gedcom>
1408			</Body>
1409		</Doc>
1410	</if>
1411</Report>
1412