@tonguetoquill/collection 0.2.3 → 0.2.5-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/LICENSE +201 -201
  2. package/README.md +39 -39
  3. package/index.d.ts +2 -2
  4. package/index.js +8 -8
  5. package/package.json +41 -41
  6. package/quills/af4141/0.1.0/Quill.yaml +88 -88
  7. package/quills/af4141/0.1.0/design/TASK.md +19 -19
  8. package/quills/af4141/0.1.0/example.md +35 -35
  9. package/quills/af4141/0.1.0/packages/typst-af4141/FIELDS.json +3169 -3169
  10. package/quills/af4141/0.1.0/packages/typst-af4141/form.typ +538 -538
  11. package/quills/af4141/0.1.0/packages/typst-af4141/lib.typ +227 -227
  12. package/quills/af4141/0.1.0/packages/typst-af4141/typst.toml +7 -7
  13. package/quills/af4141/0.1.0/plate.typ +48 -48
  14. package/quills/classic_resume/0.1.0/Quill.yaml +118 -118
  15. package/quills/classic_resume/0.1.0/example.md +232 -232
  16. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/LICENSE +21 -21
  17. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/README.md +38 -38
  18. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/components.typ +184 -184
  19. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/layout.typ +42 -42
  20. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/lib.typ +5 -5
  21. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/typst.toml +26 -26
  22. package/quills/classic_resume/0.1.0/plate.typ +44 -44
  23. package/quills/cmu_letter/0.1.0/.quillignore +30 -30
  24. package/quills/cmu_letter/0.1.0/Quill.yaml +64 -64
  25. package/quills/cmu_letter/0.1.0/assets/cmu-wordmark.svg +174 -174
  26. package/quills/cmu_letter/0.1.0/example.md +30 -30
  27. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/LICENSE +21 -21
  28. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/README.txt +100 -100
  29. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/backmatter.typ +13 -13
  30. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/config.typ +39 -39
  31. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/frontmatter.typ +72 -72
  32. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/lib.typ +47 -47
  33. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/mainmatter.typ +42 -42
  34. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/primitives.typ +70 -70
  35. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/utils.typ +85 -85
  36. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/typst.toml +17 -17
  37. package/quills/cmu_letter/0.1.0/plate.typ +19 -19
  38. package/quills/daf4392/0.1.0/Quill.yaml +110 -0
  39. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-700.ttf +0 -0
  40. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-700italic.ttf +0 -0
  41. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-italic.ttf +0 -0
  42. package/quills/daf4392/0.1.0/assets/arimo-v35-latin-regular.ttf +0 -0
  43. package/quills/daf4392/0.1.0/assets/page1.png +0 -0
  44. package/quills/daf4392/0.1.0/example.md +33 -0
  45. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/FIELDS.json +9 -0
  46. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/form.typ +14 -0
  47. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/lib.typ +227 -0
  48. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/out/debug.typ +4 -0
  49. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/out/example.typ +4 -0
  50. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/page1.png +0 -0
  51. package/quills/daf4392/0.1.0/packages/daf4392page2_pkg/typst.toml +7 -0
  52. package/quills/daf4392/0.1.0/plate.typ +60 -0
  53. package/quills/taro/0.1.0/Quill.yaml +29 -29
  54. package/quills/taro/0.1.0/example.md +26 -26
  55. package/quills/taro/0.1.0/plate.typ +31 -31
  56. package/quills/usaf_memo/0.1.0/.quillignore +30 -30
  57. package/quills/usaf_memo/0.1.0/Quill.yaml +209 -209
  58. package/quills/usaf_memo/0.1.0/example.md +54 -54
  59. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -21
  60. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -93
  61. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -79
  62. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +339 -339
  63. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -28
  64. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/body.typ +332 -332
  65. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/config.typ +63 -63
  66. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -114
  67. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -118
  68. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -55
  69. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -32
  70. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +272 -272
  71. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/utils.typ +377 -377
  72. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/typst.toml +16 -16
  73. package/quills/usaf_memo/0.1.0/plate.typ +74 -74
  74. package/quills/usaf_memo/0.2.0/.quillignore +30 -30
  75. package/quills/usaf_memo/0.2.0/Quill.yaml +219 -219
  76. package/quills/usaf_memo/0.2.0/example.md +55 -55
  77. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/.gitignore +6 -6
  78. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -21
  79. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -93
  80. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -79
  81. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +339 -339
  82. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -28
  83. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/body.typ +333 -333
  84. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/config.typ +64 -64
  85. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -114
  86. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -118
  87. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -55
  88. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -32
  89. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +293 -293
  90. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/utils.typ +374 -374
  91. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/typst.toml +27 -27
  92. package/quills/usaf_memo/0.2.0/plate.typ +75 -75
  93. package/templates/af4141.md +88 -88
  94. package/templates/cmu_letter_template.md +37 -37
  95. package/templates/daf4392.md +33 -0
  96. package/templates/loc.md +78 -78
  97. package/templates/pass_request.md +43 -43
  98. package/templates/rebuttal.md +55 -55
  99. package/templates/taro.md +26 -26
  100. package/templates/templates.json +55 -49
  101. package/templates/usaf_template.md +23 -23
  102. package/templates/ussf_template.md +29 -29
@@ -1,538 +1,538 @@
1
- // form.typ (generated — do not edit)
2
- #import "lib.typ": render-form
3
-
4
- #let form(
5
- debug: false,
6
- commonforms_text_p1_1: "", // text
7
- commonforms_text_p1_2: "", // text
8
- commonforms_text_p1_3: "", // text
9
- commonforms_text_p1_4: "", // text
10
- commonforms_text_p1_5: "", // text
11
- commonforms_text_p1_6: "", // text
12
- commonforms_text_p1_7: "", // text
13
- commonforms_text_p1_8: "", // text
14
- commonforms_text_p1_9: "", // text
15
- commonforms_text_p1_10: "", // text
16
- commonforms_text_p1_11: "", // text
17
- commonforms_text_p1_12: "", // text
18
- commonforms_text_p1_13: "", // text
19
- commonforms_text_p1_14: "", // text
20
- commonforms_text_p1_15: "", // text
21
- commonforms_text_p1_16: "", // text
22
- commonforms_text_p1_17: "", // text
23
- commonforms_text_p1_18: "", // text
24
- commonforms_text_p1_19: "", // text
25
- commonforms_text_p1_20: "", // text
26
- commonforms_text_p1_21: "", // text
27
- commonforms_text_p1_22: "", // text
28
- commonforms_text_p1_23: "", // text
29
- commonforms_text_p1_24: "", // text
30
- commonforms_text_p1_25: "", // text
31
- commonforms_text_p1_26: "", // text
32
- commonforms_text_p1_27: "", // text
33
- commonforms_text_p1_28: "", // text
34
- commonforms_text_p1_29: "", // text
35
- commonforms_text_p1_30: "", // text
36
- commonforms_text_p1_31: "", // text
37
- commonforms_text_p1_32: "", // text
38
- commonforms_text_p1_33: "", // text
39
- commonforms_text_p1_34: "", // text
40
- commonforms_text_p1_35: "", // text
41
- commonforms_text_p1_36: "", // text
42
- commonforms_text_p1_37: "", // text
43
- commonforms_text_p1_38: "", // text
44
- commonforms_text_p1_39: "", // text
45
- commonforms_text_p1_40: "", // text
46
- commonforms_text_p1_41: "", // text
47
- commonforms_text_p1_42: "", // text
48
- commonforms_text_p1_43: "", // text
49
- commonforms_text_p1_44: "", // text
50
- commonforms_text_p1_45: "", // text
51
- commonforms_text_p1_46: "", // text
52
- commonforms_text_p1_47: "", // text
53
- commonforms_text_p1_48: "", // text
54
- commonforms_text_p1_49: "", // text
55
- commonforms_text_p1_50: "", // text
56
- commonforms_text_p1_51: "", // text
57
- commonforms_text_p1_52: "", // text
58
- commonforms_text_p1_53: "", // text
59
- commonforms_text_p1_54: "", // text
60
- commonforms_text_p1_55: "", // text
61
- commonforms_text_p1_56: "", // text
62
- commonforms_text_p1_57: "", // text
63
- commonforms_text_p1_58: "", // text
64
- commonforms_text_p1_59: "", // text
65
- commonforms_text_p1_60: "", // text
66
- commonforms_text_p1_61: "", // text
67
- commonforms_text_p1_62: "", // text
68
- commonforms_text_p1_63: "", // text
69
- commonforms_text_p1_64: "", // text
70
- commonforms_text_p1_65: "", // text
71
- commonforms_text_p1_66: "", // text
72
- commonforms_text_p1_67: "", // text
73
- commonforms_text_p1_68: "", // text
74
- commonforms_text_p1_69: "", // text
75
- commonforms_text_p1_70: "", // text
76
- commonforms_text_p1_71: "", // text
77
- commonforms_text_p1_72: "", // text
78
- commonforms_text_p1_73: "", // text
79
- commonforms_text_p1_74: "", // text
80
- commonforms_text_p1_75: "", // text
81
- commonforms_text_p1_76: "", // text
82
- commonforms_text_p1_77: "", // text
83
- commonforms_text_p1_78: "", // text
84
- commonforms_text_p1_79: "", // text
85
- commonforms_text_p1_80: "", // text
86
- commonforms_text_p1_81: "", // text
87
- commonforms_text_p1_82: "", // text
88
- commonforms_text_p1_83: "", // text
89
- commonforms_text_p1_84: "", // text
90
- commonforms_text_p1_85: "", // text
91
- commonforms_text_p1_86: "", // text
92
- commonforms_text_p1_87: "", // text
93
- commonforms_text_p1_88: "", // text
94
- commonforms_text_p1_89: "", // text
95
- commonforms_text_p1_90: "", // text
96
- commonforms_text_p1_91: "", // text
97
- commonforms_text_p1_92: "", // text
98
- commonforms_text_p1_93: "", // text
99
- commonforms_text_p1_94: "", // text
100
- commonforms_text_p1_95: "", // text
101
- commonforms_text_p1_96: "", // text
102
- commonforms_text_p1_97: "", // text
103
- commonforms_text_p1_98: "", // text
104
- commonforms_text_p1_99: "", // text
105
- commonforms_text_p1_100: "", // text
106
- commonforms_text_p1_101: "", // text
107
- commonforms_text_p1_102: "", // text
108
- commonforms_text_p1_103: "", // text
109
- commonforms_text_p1_104: "", // text
110
- commonforms_text_p1_105: "", // text
111
- commonforms_text_p1_106: "", // text
112
- commonforms_text_p1_107: "", // text
113
- commonforms_text_p1_108: "", // text
114
- commonforms_text_p1_109: "", // text
115
- commonforms_text_p1_110: "", // text
116
- commonforms_text_p1_111: "", // text
117
- commonforms_text_p1_112: "", // text
118
- commonforms_text_p1_113: "", // text
119
- commonforms_text_p1_114: "", // text
120
- commonforms_text_p1_115: "", // text
121
- commonforms_text_p1_116: "", // text
122
- commonforms_text_p2_1: "", // text
123
- commonforms_text_p2_2: "", // text
124
- commonforms_text_p2_3: "", // text
125
- commonforms_text_p2_4: "", // text
126
- commonforms_text_p2_5: "", // text
127
- commonforms_text_p2_6: "", // text
128
- commonforms_text_p2_7: "", // text
129
- commonforms_text_p2_8: "", // text
130
- commonforms_text_p2_9: "", // text
131
- commonforms_text_p2_10: "", // text
132
- commonforms_text_p2_11: "", // text
133
- commonforms_text_p2_12: "", // text
134
- commonforms_text_p2_13: "", // text
135
- commonforms_text_p2_14: "", // text
136
- commonforms_text_p2_15: "", // text
137
- commonforms_text_p2_16: "", // text
138
- commonforms_text_p2_17: "", // text
139
- commonforms_text_p2_18: "", // text
140
- commonforms_text_p2_19: "", // text
141
- commonforms_text_p2_20: "", // text
142
- commonforms_text_p2_21: "", // text
143
- commonforms_text_p2_22: "", // text
144
- commonforms_text_p2_23: "", // text
145
- commonforms_text_p2_24: "", // text
146
- commonforms_text_p2_25: "", // text
147
- commonforms_text_p2_26: "", // text
148
- commonforms_text_p2_27: "", // text
149
- commonforms_text_p2_28: "", // text
150
- commonforms_text_p2_29: "", // text
151
- commonforms_text_p2_30: "", // text
152
- commonforms_text_p2_31: "", // text
153
- commonforms_text_p2_32: "", // text
154
- commonforms_text_p2_33: "", // text
155
- commonforms_text_p2_34: "", // text
156
- commonforms_text_p2_35: "", // text
157
- commonforms_text_p2_36: "", // text
158
- commonforms_text_p2_37: "", // text
159
- commonforms_text_p2_38: "", // text
160
- commonforms_text_p2_39: "", // text
161
- commonforms_text_p2_40: "", // text
162
- commonforms_text_p2_41: "", // text
163
- commonforms_text_p2_42: "", // text
164
- commonforms_text_p2_43: "", // text
165
- commonforms_text_p2_44: "", // text
166
- commonforms_text_p2_45: "", // text
167
- commonforms_text_p2_46: "", // text
168
- commonforms_text_p2_47: "", // text
169
- commonforms_text_p2_48: "", // text
170
- commonforms_text_p2_49: "", // text
171
- commonforms_text_p2_50: "", // text
172
- commonforms_text_p2_51: "", // text
173
- commonforms_text_p2_52: "", // text
174
- commonforms_text_p2_53: "", // text
175
- commonforms_text_p2_54: "", // text
176
- commonforms_text_p2_55: "", // text
177
- commonforms_text_p2_56: "", // text
178
- commonforms_text_p2_57: "", // text
179
- commonforms_text_p2_58: "", // text
180
- commonforms_text_p2_59: "", // text
181
- commonforms_text_p2_60: "", // text
182
- commonforms_text_p2_61: "", // text
183
- commonforms_text_p2_62: "", // text
184
- commonforms_text_p2_63: "", // text
185
- commonforms_text_p2_64: "", // text
186
- commonforms_text_p2_65: "", // text
187
- commonforms_text_p2_66: "", // text
188
- commonforms_text_p2_67: "", // text
189
- commonforms_text_p2_68: "", // text
190
- commonforms_text_p2_69: "", // text
191
- commonforms_text_p2_70: "", // text
192
- commonforms_text_p2_71: "", // text
193
- commonforms_text_p2_72: "", // text
194
- commonforms_text_p2_73: "", // text
195
- commonforms_text_p2_74: "", // text
196
- commonforms_text_p2_75: "", // text
197
- commonforms_text_p2_76: "", // text
198
- commonforms_text_p2_77: "", // text
199
- commonforms_text_p2_78: "", // text
200
- commonforms_text_p2_79: "", // text
201
- commonforms_text_p2_80: "", // text
202
- commonforms_text_p2_81: "", // text
203
- commonforms_text_p2_82: "", // text
204
- commonforms_text_p2_83: "", // text
205
- commonforms_text_p2_84: "", // text
206
- commonforms_text_p2_85: "", // text
207
- commonforms_text_p2_86: "", // text
208
- commonforms_text_p2_87: "", // text
209
- commonforms_text_p2_88: "", // text
210
- commonforms_text_p2_89: "", // text
211
- commonforms_text_p2_90: "", // text
212
- commonforms_text_p2_91: "", // text
213
- commonforms_text_p2_92: "", // text
214
- commonforms_text_p2_93: "", // text
215
- commonforms_text_p2_94: "", // text
216
- commonforms_text_p2_95: "", // text
217
- commonforms_text_p2_96: "", // text
218
- commonforms_text_p2_97: "", // text
219
- commonforms_text_p2_98: "", // text
220
- commonforms_text_p2_99: "", // text
221
- commonforms_text_p2_100: "", // text
222
- commonforms_text_p2_101: "", // text
223
- commonforms_text_p2_102: "", // text
224
- commonforms_text_p2_103: "", // text
225
- commonforms_text_p2_104: "", // text
226
- commonforms_text_p2_105: "", // text
227
- commonforms_text_p2_106: "", // text
228
- commonforms_text_p2_107: "", // text
229
- commonforms_text_p2_108: "", // text
230
- commonforms_text_p2_109: "", // text
231
- commonforms_text_p2_110: "", // text
232
- commonforms_text_p2_111: "", // text
233
- commonforms_text_p2_112: "", // text
234
- commonforms_text_p2_113: "", // text
235
- commonforms_text_p2_114: "", // text
236
- commonforms_text_p2_115: "", // text
237
- commonforms_text_p2_116: "", // text
238
- commonforms_text_p2_117: "", // text
239
- commonforms_text_p2_118: "", // text
240
- commonforms_text_p2_119: "", // text
241
- commonforms_text_p2_120: "", // text
242
- commonforms_text_p2_121: "", // text
243
- commonforms_text_p2_122: "", // text
244
- commonforms_text_p2_123: "", // text
245
- commonforms_text_p2_124: "", // text
246
- commonforms_text_p2_125: "", // text
247
- commonforms_text_p2_126: "", // text
248
- commonforms_text_p2_127: "", // text
249
- commonforms_text_p2_128: "", // text
250
- commonforms_text_p2_129: "", // text
251
- commonforms_text_p2_130: "", // text
252
- commonforms_text_p2_131: "", // text
253
- commonforms_text_p2_132: "", // text
254
- commonforms_text_p2_133: "", // text
255
- commonforms_text_p2_134: "", // text
256
- commonforms_text_p2_135: "", // text
257
- commonforms_text_p2_136: "", // text
258
- commonforms_text_p2_137: "", // text
259
- commonforms_text_p2_138: "", // text
260
- commonforms_text_p2_139: "", // text
261
- commonforms_text_p2_140: "", // text
262
- commonforms_text_p2_141: "", // text
263
- commonforms_text_p2_142: "", // text
264
- commonforms_text_p2_143: "", // text
265
- commonforms_text_p2_144: "", // text
266
- commonforms_text_p2_145: "", // text
267
- commonforms_text_p2_146: "", // text
268
- commonforms_text_p2_147: "", // text
269
- ) = render-form(
270
- schema: json("FIELDS.json"),
271
- backgrounds: ("page1.png", "page2.png",),
272
- values: (
273
- commonforms_text_p1_1: commonforms_text_p1_1,
274
- commonforms_text_p1_2: commonforms_text_p1_2,
275
- commonforms_text_p1_3: commonforms_text_p1_3,
276
- commonforms_text_p1_4: commonforms_text_p1_4,
277
- commonforms_text_p1_5: commonforms_text_p1_5,
278
- commonforms_text_p1_6: commonforms_text_p1_6,
279
- commonforms_text_p1_7: commonforms_text_p1_7,
280
- commonforms_text_p1_8: commonforms_text_p1_8,
281
- commonforms_text_p1_9: commonforms_text_p1_9,
282
- commonforms_text_p1_10: commonforms_text_p1_10,
283
- commonforms_text_p1_11: commonforms_text_p1_11,
284
- commonforms_text_p1_12: commonforms_text_p1_12,
285
- commonforms_text_p1_13: commonforms_text_p1_13,
286
- commonforms_text_p1_14: commonforms_text_p1_14,
287
- commonforms_text_p1_15: commonforms_text_p1_15,
288
- commonforms_text_p1_16: commonforms_text_p1_16,
289
- commonforms_text_p1_17: commonforms_text_p1_17,
290
- commonforms_text_p1_18: commonforms_text_p1_18,
291
- commonforms_text_p1_19: commonforms_text_p1_19,
292
- commonforms_text_p1_20: commonforms_text_p1_20,
293
- commonforms_text_p1_21: commonforms_text_p1_21,
294
- commonforms_text_p1_22: commonforms_text_p1_22,
295
- commonforms_text_p1_23: commonforms_text_p1_23,
296
- commonforms_text_p1_24: commonforms_text_p1_24,
297
- commonforms_text_p1_25: commonforms_text_p1_25,
298
- commonforms_text_p1_26: commonforms_text_p1_26,
299
- commonforms_text_p1_27: commonforms_text_p1_27,
300
- commonforms_text_p1_28: commonforms_text_p1_28,
301
- commonforms_text_p1_29: commonforms_text_p1_29,
302
- commonforms_text_p1_30: commonforms_text_p1_30,
303
- commonforms_text_p1_31: commonforms_text_p1_31,
304
- commonforms_text_p1_32: commonforms_text_p1_32,
305
- commonforms_text_p1_33: commonforms_text_p1_33,
306
- commonforms_text_p1_34: commonforms_text_p1_34,
307
- commonforms_text_p1_35: commonforms_text_p1_35,
308
- commonforms_text_p1_36: commonforms_text_p1_36,
309
- commonforms_text_p1_37: commonforms_text_p1_37,
310
- commonforms_text_p1_38: commonforms_text_p1_38,
311
- commonforms_text_p1_39: commonforms_text_p1_39,
312
- commonforms_text_p1_40: commonforms_text_p1_40,
313
- commonforms_text_p1_41: commonforms_text_p1_41,
314
- commonforms_text_p1_42: commonforms_text_p1_42,
315
- commonforms_text_p1_43: commonforms_text_p1_43,
316
- commonforms_text_p1_44: commonforms_text_p1_44,
317
- commonforms_text_p1_45: commonforms_text_p1_45,
318
- commonforms_text_p1_46: commonforms_text_p1_46,
319
- commonforms_text_p1_47: commonforms_text_p1_47,
320
- commonforms_text_p1_48: commonforms_text_p1_48,
321
- commonforms_text_p1_49: commonforms_text_p1_49,
322
- commonforms_text_p1_50: commonforms_text_p1_50,
323
- commonforms_text_p1_51: commonforms_text_p1_51,
324
- commonforms_text_p1_52: commonforms_text_p1_52,
325
- commonforms_text_p1_53: commonforms_text_p1_53,
326
- commonforms_text_p1_54: commonforms_text_p1_54,
327
- commonforms_text_p1_55: commonforms_text_p1_55,
328
- commonforms_text_p1_56: commonforms_text_p1_56,
329
- commonforms_text_p1_57: commonforms_text_p1_57,
330
- commonforms_text_p1_58: commonforms_text_p1_58,
331
- commonforms_text_p1_59: commonforms_text_p1_59,
332
- commonforms_text_p1_60: commonforms_text_p1_60,
333
- commonforms_text_p1_61: commonforms_text_p1_61,
334
- commonforms_text_p1_62: commonforms_text_p1_62,
335
- commonforms_text_p1_63: commonforms_text_p1_63,
336
- commonforms_text_p1_64: commonforms_text_p1_64,
337
- commonforms_text_p1_65: commonforms_text_p1_65,
338
- commonforms_text_p1_66: commonforms_text_p1_66,
339
- commonforms_text_p1_67: commonforms_text_p1_67,
340
- commonforms_text_p1_68: commonforms_text_p1_68,
341
- commonforms_text_p1_69: commonforms_text_p1_69,
342
- commonforms_text_p1_70: commonforms_text_p1_70,
343
- commonforms_text_p1_71: commonforms_text_p1_71,
344
- commonforms_text_p1_72: commonforms_text_p1_72,
345
- commonforms_text_p1_73: commonforms_text_p1_73,
346
- commonforms_text_p1_74: commonforms_text_p1_74,
347
- commonforms_text_p1_75: commonforms_text_p1_75,
348
- commonforms_text_p1_76: commonforms_text_p1_76,
349
- commonforms_text_p1_77: commonforms_text_p1_77,
350
- commonforms_text_p1_78: commonforms_text_p1_78,
351
- commonforms_text_p1_79: commonforms_text_p1_79,
352
- commonforms_text_p1_80: commonforms_text_p1_80,
353
- commonforms_text_p1_81: commonforms_text_p1_81,
354
- commonforms_text_p1_82: commonforms_text_p1_82,
355
- commonforms_text_p1_83: commonforms_text_p1_83,
356
- commonforms_text_p1_84: commonforms_text_p1_84,
357
- commonforms_text_p1_85: commonforms_text_p1_85,
358
- commonforms_text_p1_86: commonforms_text_p1_86,
359
- commonforms_text_p1_87: commonforms_text_p1_87,
360
- commonforms_text_p1_88: commonforms_text_p1_88,
361
- commonforms_text_p1_89: commonforms_text_p1_89,
362
- commonforms_text_p1_90: commonforms_text_p1_90,
363
- commonforms_text_p1_91: commonforms_text_p1_91,
364
- commonforms_text_p1_92: commonforms_text_p1_92,
365
- commonforms_text_p1_93: commonforms_text_p1_93,
366
- commonforms_text_p1_94: commonforms_text_p1_94,
367
- commonforms_text_p1_95: commonforms_text_p1_95,
368
- commonforms_text_p1_96: commonforms_text_p1_96,
369
- commonforms_text_p1_97: commonforms_text_p1_97,
370
- commonforms_text_p1_98: commonforms_text_p1_98,
371
- commonforms_text_p1_99: commonforms_text_p1_99,
372
- commonforms_text_p1_100: commonforms_text_p1_100,
373
- commonforms_text_p1_101: commonforms_text_p1_101,
374
- commonforms_text_p1_102: commonforms_text_p1_102,
375
- commonforms_text_p1_103: commonforms_text_p1_103,
376
- commonforms_text_p1_104: commonforms_text_p1_104,
377
- commonforms_text_p1_105: commonforms_text_p1_105,
378
- commonforms_text_p1_106: commonforms_text_p1_106,
379
- commonforms_text_p1_107: commonforms_text_p1_107,
380
- commonforms_text_p1_108: commonforms_text_p1_108,
381
- commonforms_text_p1_109: commonforms_text_p1_109,
382
- commonforms_text_p1_110: commonforms_text_p1_110,
383
- commonforms_text_p1_111: commonforms_text_p1_111,
384
- commonforms_text_p1_112: commonforms_text_p1_112,
385
- commonforms_text_p1_113: commonforms_text_p1_113,
386
- commonforms_text_p1_114: commonforms_text_p1_114,
387
- commonforms_text_p1_115: commonforms_text_p1_115,
388
- commonforms_text_p1_116: commonforms_text_p1_116,
389
- commonforms_text_p2_1: commonforms_text_p2_1,
390
- commonforms_text_p2_2: commonforms_text_p2_2,
391
- commonforms_text_p2_3: commonforms_text_p2_3,
392
- commonforms_text_p2_4: commonforms_text_p2_4,
393
- commonforms_text_p2_5: commonforms_text_p2_5,
394
- commonforms_text_p2_6: commonforms_text_p2_6,
395
- commonforms_text_p2_7: commonforms_text_p2_7,
396
- commonforms_text_p2_8: commonforms_text_p2_8,
397
- commonforms_text_p2_9: commonforms_text_p2_9,
398
- commonforms_text_p2_10: commonforms_text_p2_10,
399
- commonforms_text_p2_11: commonforms_text_p2_11,
400
- commonforms_text_p2_12: commonforms_text_p2_12,
401
- commonforms_text_p2_13: commonforms_text_p2_13,
402
- commonforms_text_p2_14: commonforms_text_p2_14,
403
- commonforms_text_p2_15: commonforms_text_p2_15,
404
- commonforms_text_p2_16: commonforms_text_p2_16,
405
- commonforms_text_p2_17: commonforms_text_p2_17,
406
- commonforms_text_p2_18: commonforms_text_p2_18,
407
- commonforms_text_p2_19: commonforms_text_p2_19,
408
- commonforms_text_p2_20: commonforms_text_p2_20,
409
- commonforms_text_p2_21: commonforms_text_p2_21,
410
- commonforms_text_p2_22: commonforms_text_p2_22,
411
- commonforms_text_p2_23: commonforms_text_p2_23,
412
- commonforms_text_p2_24: commonforms_text_p2_24,
413
- commonforms_text_p2_25: commonforms_text_p2_25,
414
- commonforms_text_p2_26: commonforms_text_p2_26,
415
- commonforms_text_p2_27: commonforms_text_p2_27,
416
- commonforms_text_p2_28: commonforms_text_p2_28,
417
- commonforms_text_p2_29: commonforms_text_p2_29,
418
- commonforms_text_p2_30: commonforms_text_p2_30,
419
- commonforms_text_p2_31: commonforms_text_p2_31,
420
- commonforms_text_p2_32: commonforms_text_p2_32,
421
- commonforms_text_p2_33: commonforms_text_p2_33,
422
- commonforms_text_p2_34: commonforms_text_p2_34,
423
- commonforms_text_p2_35: commonforms_text_p2_35,
424
- commonforms_text_p2_36: commonforms_text_p2_36,
425
- commonforms_text_p2_37: commonforms_text_p2_37,
426
- commonforms_text_p2_38: commonforms_text_p2_38,
427
- commonforms_text_p2_39: commonforms_text_p2_39,
428
- commonforms_text_p2_40: commonforms_text_p2_40,
429
- commonforms_text_p2_41: commonforms_text_p2_41,
430
- commonforms_text_p2_42: commonforms_text_p2_42,
431
- commonforms_text_p2_43: commonforms_text_p2_43,
432
- commonforms_text_p2_44: commonforms_text_p2_44,
433
- commonforms_text_p2_45: commonforms_text_p2_45,
434
- commonforms_text_p2_46: commonforms_text_p2_46,
435
- commonforms_text_p2_47: commonforms_text_p2_47,
436
- commonforms_text_p2_48: commonforms_text_p2_48,
437
- commonforms_text_p2_49: commonforms_text_p2_49,
438
- commonforms_text_p2_50: commonforms_text_p2_50,
439
- commonforms_text_p2_51: commonforms_text_p2_51,
440
- commonforms_text_p2_52: commonforms_text_p2_52,
441
- commonforms_text_p2_53: commonforms_text_p2_53,
442
- commonforms_text_p2_54: commonforms_text_p2_54,
443
- commonforms_text_p2_55: commonforms_text_p2_55,
444
- commonforms_text_p2_56: commonforms_text_p2_56,
445
- commonforms_text_p2_57: commonforms_text_p2_57,
446
- commonforms_text_p2_58: commonforms_text_p2_58,
447
- commonforms_text_p2_59: commonforms_text_p2_59,
448
- commonforms_text_p2_60: commonforms_text_p2_60,
449
- commonforms_text_p2_61: commonforms_text_p2_61,
450
- commonforms_text_p2_62: commonforms_text_p2_62,
451
- commonforms_text_p2_63: commonforms_text_p2_63,
452
- commonforms_text_p2_64: commonforms_text_p2_64,
453
- commonforms_text_p2_65: commonforms_text_p2_65,
454
- commonforms_text_p2_66: commonforms_text_p2_66,
455
- commonforms_text_p2_67: commonforms_text_p2_67,
456
- commonforms_text_p2_68: commonforms_text_p2_68,
457
- commonforms_text_p2_69: commonforms_text_p2_69,
458
- commonforms_text_p2_70: commonforms_text_p2_70,
459
- commonforms_text_p2_71: commonforms_text_p2_71,
460
- commonforms_text_p2_72: commonforms_text_p2_72,
461
- commonforms_text_p2_73: commonforms_text_p2_73,
462
- commonforms_text_p2_74: commonforms_text_p2_74,
463
- commonforms_text_p2_75: commonforms_text_p2_75,
464
- commonforms_text_p2_76: commonforms_text_p2_76,
465
- commonforms_text_p2_77: commonforms_text_p2_77,
466
- commonforms_text_p2_78: commonforms_text_p2_78,
467
- commonforms_text_p2_79: commonforms_text_p2_79,
468
- commonforms_text_p2_80: commonforms_text_p2_80,
469
- commonforms_text_p2_81: commonforms_text_p2_81,
470
- commonforms_text_p2_82: commonforms_text_p2_82,
471
- commonforms_text_p2_83: commonforms_text_p2_83,
472
- commonforms_text_p2_84: commonforms_text_p2_84,
473
- commonforms_text_p2_85: commonforms_text_p2_85,
474
- commonforms_text_p2_86: commonforms_text_p2_86,
475
- commonforms_text_p2_87: commonforms_text_p2_87,
476
- commonforms_text_p2_88: commonforms_text_p2_88,
477
- commonforms_text_p2_89: commonforms_text_p2_89,
478
- commonforms_text_p2_90: commonforms_text_p2_90,
479
- commonforms_text_p2_91: commonforms_text_p2_91,
480
- commonforms_text_p2_92: commonforms_text_p2_92,
481
- commonforms_text_p2_93: commonforms_text_p2_93,
482
- commonforms_text_p2_94: commonforms_text_p2_94,
483
- commonforms_text_p2_95: commonforms_text_p2_95,
484
- commonforms_text_p2_96: commonforms_text_p2_96,
485
- commonforms_text_p2_97: commonforms_text_p2_97,
486
- commonforms_text_p2_98: commonforms_text_p2_98,
487
- commonforms_text_p2_99: commonforms_text_p2_99,
488
- commonforms_text_p2_100: commonforms_text_p2_100,
489
- commonforms_text_p2_101: commonforms_text_p2_101,
490
- commonforms_text_p2_102: commonforms_text_p2_102,
491
- commonforms_text_p2_103: commonforms_text_p2_103,
492
- commonforms_text_p2_104: commonforms_text_p2_104,
493
- commonforms_text_p2_105: commonforms_text_p2_105,
494
- commonforms_text_p2_106: commonforms_text_p2_106,
495
- commonforms_text_p2_107: commonforms_text_p2_107,
496
- commonforms_text_p2_108: commonforms_text_p2_108,
497
- commonforms_text_p2_109: commonforms_text_p2_109,
498
- commonforms_text_p2_110: commonforms_text_p2_110,
499
- commonforms_text_p2_111: commonforms_text_p2_111,
500
- commonforms_text_p2_112: commonforms_text_p2_112,
501
- commonforms_text_p2_113: commonforms_text_p2_113,
502
- commonforms_text_p2_114: commonforms_text_p2_114,
503
- commonforms_text_p2_115: commonforms_text_p2_115,
504
- commonforms_text_p2_116: commonforms_text_p2_116,
505
- commonforms_text_p2_117: commonforms_text_p2_117,
506
- commonforms_text_p2_118: commonforms_text_p2_118,
507
- commonforms_text_p2_119: commonforms_text_p2_119,
508
- commonforms_text_p2_120: commonforms_text_p2_120,
509
- commonforms_text_p2_121: commonforms_text_p2_121,
510
- commonforms_text_p2_122: commonforms_text_p2_122,
511
- commonforms_text_p2_123: commonforms_text_p2_123,
512
- commonforms_text_p2_124: commonforms_text_p2_124,
513
- commonforms_text_p2_125: commonforms_text_p2_125,
514
- commonforms_text_p2_126: commonforms_text_p2_126,
515
- commonforms_text_p2_127: commonforms_text_p2_127,
516
- commonforms_text_p2_128: commonforms_text_p2_128,
517
- commonforms_text_p2_129: commonforms_text_p2_129,
518
- commonforms_text_p2_130: commonforms_text_p2_130,
519
- commonforms_text_p2_131: commonforms_text_p2_131,
520
- commonforms_text_p2_132: commonforms_text_p2_132,
521
- commonforms_text_p2_133: commonforms_text_p2_133,
522
- commonforms_text_p2_134: commonforms_text_p2_134,
523
- commonforms_text_p2_135: commonforms_text_p2_135,
524
- commonforms_text_p2_136: commonforms_text_p2_136,
525
- commonforms_text_p2_137: commonforms_text_p2_137,
526
- commonforms_text_p2_138: commonforms_text_p2_138,
527
- commonforms_text_p2_139: commonforms_text_p2_139,
528
- commonforms_text_p2_140: commonforms_text_p2_140,
529
- commonforms_text_p2_141: commonforms_text_p2_141,
530
- commonforms_text_p2_142: commonforms_text_p2_142,
531
- commonforms_text_p2_143: commonforms_text_p2_143,
532
- commonforms_text_p2_144: commonforms_text_p2_144,
533
- commonforms_text_p2_145: commonforms_text_p2_145,
534
- commonforms_text_p2_146: commonforms_text_p2_146,
535
- commonforms_text_p2_147: commonforms_text_p2_147,
536
- ),
537
- debug: debug,
538
- )
1
+ // form.typ (generated — do not edit)
2
+ #import "lib.typ": render-form
3
+
4
+ #let form(
5
+ debug: false,
6
+ commonforms_text_p1_1: "", // text
7
+ commonforms_text_p1_2: "", // text
8
+ commonforms_text_p1_3: "", // text
9
+ commonforms_text_p1_4: "", // text
10
+ commonforms_text_p1_5: "", // text
11
+ commonforms_text_p1_6: "", // text
12
+ commonforms_text_p1_7: "", // text
13
+ commonforms_text_p1_8: "", // text
14
+ commonforms_text_p1_9: "", // text
15
+ commonforms_text_p1_10: "", // text
16
+ commonforms_text_p1_11: "", // text
17
+ commonforms_text_p1_12: "", // text
18
+ commonforms_text_p1_13: "", // text
19
+ commonforms_text_p1_14: "", // text
20
+ commonforms_text_p1_15: "", // text
21
+ commonforms_text_p1_16: "", // text
22
+ commonforms_text_p1_17: "", // text
23
+ commonforms_text_p1_18: "", // text
24
+ commonforms_text_p1_19: "", // text
25
+ commonforms_text_p1_20: "", // text
26
+ commonforms_text_p1_21: "", // text
27
+ commonforms_text_p1_22: "", // text
28
+ commonforms_text_p1_23: "", // text
29
+ commonforms_text_p1_24: "", // text
30
+ commonforms_text_p1_25: "", // text
31
+ commonforms_text_p1_26: "", // text
32
+ commonforms_text_p1_27: "", // text
33
+ commonforms_text_p1_28: "", // text
34
+ commonforms_text_p1_29: "", // text
35
+ commonforms_text_p1_30: "", // text
36
+ commonforms_text_p1_31: "", // text
37
+ commonforms_text_p1_32: "", // text
38
+ commonforms_text_p1_33: "", // text
39
+ commonforms_text_p1_34: "", // text
40
+ commonforms_text_p1_35: "", // text
41
+ commonforms_text_p1_36: "", // text
42
+ commonforms_text_p1_37: "", // text
43
+ commonforms_text_p1_38: "", // text
44
+ commonforms_text_p1_39: "", // text
45
+ commonforms_text_p1_40: "", // text
46
+ commonforms_text_p1_41: "", // text
47
+ commonforms_text_p1_42: "", // text
48
+ commonforms_text_p1_43: "", // text
49
+ commonforms_text_p1_44: "", // text
50
+ commonforms_text_p1_45: "", // text
51
+ commonforms_text_p1_46: "", // text
52
+ commonforms_text_p1_47: "", // text
53
+ commonforms_text_p1_48: "", // text
54
+ commonforms_text_p1_49: "", // text
55
+ commonforms_text_p1_50: "", // text
56
+ commonforms_text_p1_51: "", // text
57
+ commonforms_text_p1_52: "", // text
58
+ commonforms_text_p1_53: "", // text
59
+ commonforms_text_p1_54: "", // text
60
+ commonforms_text_p1_55: "", // text
61
+ commonforms_text_p1_56: "", // text
62
+ commonforms_text_p1_57: "", // text
63
+ commonforms_text_p1_58: "", // text
64
+ commonforms_text_p1_59: "", // text
65
+ commonforms_text_p1_60: "", // text
66
+ commonforms_text_p1_61: "", // text
67
+ commonforms_text_p1_62: "", // text
68
+ commonforms_text_p1_63: "", // text
69
+ commonforms_text_p1_64: "", // text
70
+ commonforms_text_p1_65: "", // text
71
+ commonforms_text_p1_66: "", // text
72
+ commonforms_text_p1_67: "", // text
73
+ commonforms_text_p1_68: "", // text
74
+ commonforms_text_p1_69: "", // text
75
+ commonforms_text_p1_70: "", // text
76
+ commonforms_text_p1_71: "", // text
77
+ commonforms_text_p1_72: "", // text
78
+ commonforms_text_p1_73: "", // text
79
+ commonforms_text_p1_74: "", // text
80
+ commonforms_text_p1_75: "", // text
81
+ commonforms_text_p1_76: "", // text
82
+ commonforms_text_p1_77: "", // text
83
+ commonforms_text_p1_78: "", // text
84
+ commonforms_text_p1_79: "", // text
85
+ commonforms_text_p1_80: "", // text
86
+ commonforms_text_p1_81: "", // text
87
+ commonforms_text_p1_82: "", // text
88
+ commonforms_text_p1_83: "", // text
89
+ commonforms_text_p1_84: "", // text
90
+ commonforms_text_p1_85: "", // text
91
+ commonforms_text_p1_86: "", // text
92
+ commonforms_text_p1_87: "", // text
93
+ commonforms_text_p1_88: "", // text
94
+ commonforms_text_p1_89: "", // text
95
+ commonforms_text_p1_90: "", // text
96
+ commonforms_text_p1_91: "", // text
97
+ commonforms_text_p1_92: "", // text
98
+ commonforms_text_p1_93: "", // text
99
+ commonforms_text_p1_94: "", // text
100
+ commonforms_text_p1_95: "", // text
101
+ commonforms_text_p1_96: "", // text
102
+ commonforms_text_p1_97: "", // text
103
+ commonforms_text_p1_98: "", // text
104
+ commonforms_text_p1_99: "", // text
105
+ commonforms_text_p1_100: "", // text
106
+ commonforms_text_p1_101: "", // text
107
+ commonforms_text_p1_102: "", // text
108
+ commonforms_text_p1_103: "", // text
109
+ commonforms_text_p1_104: "", // text
110
+ commonforms_text_p1_105: "", // text
111
+ commonforms_text_p1_106: "", // text
112
+ commonforms_text_p1_107: "", // text
113
+ commonforms_text_p1_108: "", // text
114
+ commonforms_text_p1_109: "", // text
115
+ commonforms_text_p1_110: "", // text
116
+ commonforms_text_p1_111: "", // text
117
+ commonforms_text_p1_112: "", // text
118
+ commonforms_text_p1_113: "", // text
119
+ commonforms_text_p1_114: "", // text
120
+ commonforms_text_p1_115: "", // text
121
+ commonforms_text_p1_116: "", // text
122
+ commonforms_text_p2_1: "", // text
123
+ commonforms_text_p2_2: "", // text
124
+ commonforms_text_p2_3: "", // text
125
+ commonforms_text_p2_4: "", // text
126
+ commonforms_text_p2_5: "", // text
127
+ commonforms_text_p2_6: "", // text
128
+ commonforms_text_p2_7: "", // text
129
+ commonforms_text_p2_8: "", // text
130
+ commonforms_text_p2_9: "", // text
131
+ commonforms_text_p2_10: "", // text
132
+ commonforms_text_p2_11: "", // text
133
+ commonforms_text_p2_12: "", // text
134
+ commonforms_text_p2_13: "", // text
135
+ commonforms_text_p2_14: "", // text
136
+ commonforms_text_p2_15: "", // text
137
+ commonforms_text_p2_16: "", // text
138
+ commonforms_text_p2_17: "", // text
139
+ commonforms_text_p2_18: "", // text
140
+ commonforms_text_p2_19: "", // text
141
+ commonforms_text_p2_20: "", // text
142
+ commonforms_text_p2_21: "", // text
143
+ commonforms_text_p2_22: "", // text
144
+ commonforms_text_p2_23: "", // text
145
+ commonforms_text_p2_24: "", // text
146
+ commonforms_text_p2_25: "", // text
147
+ commonforms_text_p2_26: "", // text
148
+ commonforms_text_p2_27: "", // text
149
+ commonforms_text_p2_28: "", // text
150
+ commonforms_text_p2_29: "", // text
151
+ commonforms_text_p2_30: "", // text
152
+ commonforms_text_p2_31: "", // text
153
+ commonforms_text_p2_32: "", // text
154
+ commonforms_text_p2_33: "", // text
155
+ commonforms_text_p2_34: "", // text
156
+ commonforms_text_p2_35: "", // text
157
+ commonforms_text_p2_36: "", // text
158
+ commonforms_text_p2_37: "", // text
159
+ commonforms_text_p2_38: "", // text
160
+ commonforms_text_p2_39: "", // text
161
+ commonforms_text_p2_40: "", // text
162
+ commonforms_text_p2_41: "", // text
163
+ commonforms_text_p2_42: "", // text
164
+ commonforms_text_p2_43: "", // text
165
+ commonforms_text_p2_44: "", // text
166
+ commonforms_text_p2_45: "", // text
167
+ commonforms_text_p2_46: "", // text
168
+ commonforms_text_p2_47: "", // text
169
+ commonforms_text_p2_48: "", // text
170
+ commonforms_text_p2_49: "", // text
171
+ commonforms_text_p2_50: "", // text
172
+ commonforms_text_p2_51: "", // text
173
+ commonforms_text_p2_52: "", // text
174
+ commonforms_text_p2_53: "", // text
175
+ commonforms_text_p2_54: "", // text
176
+ commonforms_text_p2_55: "", // text
177
+ commonforms_text_p2_56: "", // text
178
+ commonforms_text_p2_57: "", // text
179
+ commonforms_text_p2_58: "", // text
180
+ commonforms_text_p2_59: "", // text
181
+ commonforms_text_p2_60: "", // text
182
+ commonforms_text_p2_61: "", // text
183
+ commonforms_text_p2_62: "", // text
184
+ commonforms_text_p2_63: "", // text
185
+ commonforms_text_p2_64: "", // text
186
+ commonforms_text_p2_65: "", // text
187
+ commonforms_text_p2_66: "", // text
188
+ commonforms_text_p2_67: "", // text
189
+ commonforms_text_p2_68: "", // text
190
+ commonforms_text_p2_69: "", // text
191
+ commonforms_text_p2_70: "", // text
192
+ commonforms_text_p2_71: "", // text
193
+ commonforms_text_p2_72: "", // text
194
+ commonforms_text_p2_73: "", // text
195
+ commonforms_text_p2_74: "", // text
196
+ commonforms_text_p2_75: "", // text
197
+ commonforms_text_p2_76: "", // text
198
+ commonforms_text_p2_77: "", // text
199
+ commonforms_text_p2_78: "", // text
200
+ commonforms_text_p2_79: "", // text
201
+ commonforms_text_p2_80: "", // text
202
+ commonforms_text_p2_81: "", // text
203
+ commonforms_text_p2_82: "", // text
204
+ commonforms_text_p2_83: "", // text
205
+ commonforms_text_p2_84: "", // text
206
+ commonforms_text_p2_85: "", // text
207
+ commonforms_text_p2_86: "", // text
208
+ commonforms_text_p2_87: "", // text
209
+ commonforms_text_p2_88: "", // text
210
+ commonforms_text_p2_89: "", // text
211
+ commonforms_text_p2_90: "", // text
212
+ commonforms_text_p2_91: "", // text
213
+ commonforms_text_p2_92: "", // text
214
+ commonforms_text_p2_93: "", // text
215
+ commonforms_text_p2_94: "", // text
216
+ commonforms_text_p2_95: "", // text
217
+ commonforms_text_p2_96: "", // text
218
+ commonforms_text_p2_97: "", // text
219
+ commonforms_text_p2_98: "", // text
220
+ commonforms_text_p2_99: "", // text
221
+ commonforms_text_p2_100: "", // text
222
+ commonforms_text_p2_101: "", // text
223
+ commonforms_text_p2_102: "", // text
224
+ commonforms_text_p2_103: "", // text
225
+ commonforms_text_p2_104: "", // text
226
+ commonforms_text_p2_105: "", // text
227
+ commonforms_text_p2_106: "", // text
228
+ commonforms_text_p2_107: "", // text
229
+ commonforms_text_p2_108: "", // text
230
+ commonforms_text_p2_109: "", // text
231
+ commonforms_text_p2_110: "", // text
232
+ commonforms_text_p2_111: "", // text
233
+ commonforms_text_p2_112: "", // text
234
+ commonforms_text_p2_113: "", // text
235
+ commonforms_text_p2_114: "", // text
236
+ commonforms_text_p2_115: "", // text
237
+ commonforms_text_p2_116: "", // text
238
+ commonforms_text_p2_117: "", // text
239
+ commonforms_text_p2_118: "", // text
240
+ commonforms_text_p2_119: "", // text
241
+ commonforms_text_p2_120: "", // text
242
+ commonforms_text_p2_121: "", // text
243
+ commonforms_text_p2_122: "", // text
244
+ commonforms_text_p2_123: "", // text
245
+ commonforms_text_p2_124: "", // text
246
+ commonforms_text_p2_125: "", // text
247
+ commonforms_text_p2_126: "", // text
248
+ commonforms_text_p2_127: "", // text
249
+ commonforms_text_p2_128: "", // text
250
+ commonforms_text_p2_129: "", // text
251
+ commonforms_text_p2_130: "", // text
252
+ commonforms_text_p2_131: "", // text
253
+ commonforms_text_p2_132: "", // text
254
+ commonforms_text_p2_133: "", // text
255
+ commonforms_text_p2_134: "", // text
256
+ commonforms_text_p2_135: "", // text
257
+ commonforms_text_p2_136: "", // text
258
+ commonforms_text_p2_137: "", // text
259
+ commonforms_text_p2_138: "", // text
260
+ commonforms_text_p2_139: "", // text
261
+ commonforms_text_p2_140: "", // text
262
+ commonforms_text_p2_141: "", // text
263
+ commonforms_text_p2_142: "", // text
264
+ commonforms_text_p2_143: "", // text
265
+ commonforms_text_p2_144: "", // text
266
+ commonforms_text_p2_145: "", // text
267
+ commonforms_text_p2_146: "", // text
268
+ commonforms_text_p2_147: "", // text
269
+ ) = render-form(
270
+ schema: json("FIELDS.json"),
271
+ backgrounds: ("page1.png", "page2.png",),
272
+ values: (
273
+ commonforms_text_p1_1: commonforms_text_p1_1,
274
+ commonforms_text_p1_2: commonforms_text_p1_2,
275
+ commonforms_text_p1_3: commonforms_text_p1_3,
276
+ commonforms_text_p1_4: commonforms_text_p1_4,
277
+ commonforms_text_p1_5: commonforms_text_p1_5,
278
+ commonforms_text_p1_6: commonforms_text_p1_6,
279
+ commonforms_text_p1_7: commonforms_text_p1_7,
280
+ commonforms_text_p1_8: commonforms_text_p1_8,
281
+ commonforms_text_p1_9: commonforms_text_p1_9,
282
+ commonforms_text_p1_10: commonforms_text_p1_10,
283
+ commonforms_text_p1_11: commonforms_text_p1_11,
284
+ commonforms_text_p1_12: commonforms_text_p1_12,
285
+ commonforms_text_p1_13: commonforms_text_p1_13,
286
+ commonforms_text_p1_14: commonforms_text_p1_14,
287
+ commonforms_text_p1_15: commonforms_text_p1_15,
288
+ commonforms_text_p1_16: commonforms_text_p1_16,
289
+ commonforms_text_p1_17: commonforms_text_p1_17,
290
+ commonforms_text_p1_18: commonforms_text_p1_18,
291
+ commonforms_text_p1_19: commonforms_text_p1_19,
292
+ commonforms_text_p1_20: commonforms_text_p1_20,
293
+ commonforms_text_p1_21: commonforms_text_p1_21,
294
+ commonforms_text_p1_22: commonforms_text_p1_22,
295
+ commonforms_text_p1_23: commonforms_text_p1_23,
296
+ commonforms_text_p1_24: commonforms_text_p1_24,
297
+ commonforms_text_p1_25: commonforms_text_p1_25,
298
+ commonforms_text_p1_26: commonforms_text_p1_26,
299
+ commonforms_text_p1_27: commonforms_text_p1_27,
300
+ commonforms_text_p1_28: commonforms_text_p1_28,
301
+ commonforms_text_p1_29: commonforms_text_p1_29,
302
+ commonforms_text_p1_30: commonforms_text_p1_30,
303
+ commonforms_text_p1_31: commonforms_text_p1_31,
304
+ commonforms_text_p1_32: commonforms_text_p1_32,
305
+ commonforms_text_p1_33: commonforms_text_p1_33,
306
+ commonforms_text_p1_34: commonforms_text_p1_34,
307
+ commonforms_text_p1_35: commonforms_text_p1_35,
308
+ commonforms_text_p1_36: commonforms_text_p1_36,
309
+ commonforms_text_p1_37: commonforms_text_p1_37,
310
+ commonforms_text_p1_38: commonforms_text_p1_38,
311
+ commonforms_text_p1_39: commonforms_text_p1_39,
312
+ commonforms_text_p1_40: commonforms_text_p1_40,
313
+ commonforms_text_p1_41: commonforms_text_p1_41,
314
+ commonforms_text_p1_42: commonforms_text_p1_42,
315
+ commonforms_text_p1_43: commonforms_text_p1_43,
316
+ commonforms_text_p1_44: commonforms_text_p1_44,
317
+ commonforms_text_p1_45: commonforms_text_p1_45,
318
+ commonforms_text_p1_46: commonforms_text_p1_46,
319
+ commonforms_text_p1_47: commonforms_text_p1_47,
320
+ commonforms_text_p1_48: commonforms_text_p1_48,
321
+ commonforms_text_p1_49: commonforms_text_p1_49,
322
+ commonforms_text_p1_50: commonforms_text_p1_50,
323
+ commonforms_text_p1_51: commonforms_text_p1_51,
324
+ commonforms_text_p1_52: commonforms_text_p1_52,
325
+ commonforms_text_p1_53: commonforms_text_p1_53,
326
+ commonforms_text_p1_54: commonforms_text_p1_54,
327
+ commonforms_text_p1_55: commonforms_text_p1_55,
328
+ commonforms_text_p1_56: commonforms_text_p1_56,
329
+ commonforms_text_p1_57: commonforms_text_p1_57,
330
+ commonforms_text_p1_58: commonforms_text_p1_58,
331
+ commonforms_text_p1_59: commonforms_text_p1_59,
332
+ commonforms_text_p1_60: commonforms_text_p1_60,
333
+ commonforms_text_p1_61: commonforms_text_p1_61,
334
+ commonforms_text_p1_62: commonforms_text_p1_62,
335
+ commonforms_text_p1_63: commonforms_text_p1_63,
336
+ commonforms_text_p1_64: commonforms_text_p1_64,
337
+ commonforms_text_p1_65: commonforms_text_p1_65,
338
+ commonforms_text_p1_66: commonforms_text_p1_66,
339
+ commonforms_text_p1_67: commonforms_text_p1_67,
340
+ commonforms_text_p1_68: commonforms_text_p1_68,
341
+ commonforms_text_p1_69: commonforms_text_p1_69,
342
+ commonforms_text_p1_70: commonforms_text_p1_70,
343
+ commonforms_text_p1_71: commonforms_text_p1_71,
344
+ commonforms_text_p1_72: commonforms_text_p1_72,
345
+ commonforms_text_p1_73: commonforms_text_p1_73,
346
+ commonforms_text_p1_74: commonforms_text_p1_74,
347
+ commonforms_text_p1_75: commonforms_text_p1_75,
348
+ commonforms_text_p1_76: commonforms_text_p1_76,
349
+ commonforms_text_p1_77: commonforms_text_p1_77,
350
+ commonforms_text_p1_78: commonforms_text_p1_78,
351
+ commonforms_text_p1_79: commonforms_text_p1_79,
352
+ commonforms_text_p1_80: commonforms_text_p1_80,
353
+ commonforms_text_p1_81: commonforms_text_p1_81,
354
+ commonforms_text_p1_82: commonforms_text_p1_82,
355
+ commonforms_text_p1_83: commonforms_text_p1_83,
356
+ commonforms_text_p1_84: commonforms_text_p1_84,
357
+ commonforms_text_p1_85: commonforms_text_p1_85,
358
+ commonforms_text_p1_86: commonforms_text_p1_86,
359
+ commonforms_text_p1_87: commonforms_text_p1_87,
360
+ commonforms_text_p1_88: commonforms_text_p1_88,
361
+ commonforms_text_p1_89: commonforms_text_p1_89,
362
+ commonforms_text_p1_90: commonforms_text_p1_90,
363
+ commonforms_text_p1_91: commonforms_text_p1_91,
364
+ commonforms_text_p1_92: commonforms_text_p1_92,
365
+ commonforms_text_p1_93: commonforms_text_p1_93,
366
+ commonforms_text_p1_94: commonforms_text_p1_94,
367
+ commonforms_text_p1_95: commonforms_text_p1_95,
368
+ commonforms_text_p1_96: commonforms_text_p1_96,
369
+ commonforms_text_p1_97: commonforms_text_p1_97,
370
+ commonforms_text_p1_98: commonforms_text_p1_98,
371
+ commonforms_text_p1_99: commonforms_text_p1_99,
372
+ commonforms_text_p1_100: commonforms_text_p1_100,
373
+ commonforms_text_p1_101: commonforms_text_p1_101,
374
+ commonforms_text_p1_102: commonforms_text_p1_102,
375
+ commonforms_text_p1_103: commonforms_text_p1_103,
376
+ commonforms_text_p1_104: commonforms_text_p1_104,
377
+ commonforms_text_p1_105: commonforms_text_p1_105,
378
+ commonforms_text_p1_106: commonforms_text_p1_106,
379
+ commonforms_text_p1_107: commonforms_text_p1_107,
380
+ commonforms_text_p1_108: commonforms_text_p1_108,
381
+ commonforms_text_p1_109: commonforms_text_p1_109,
382
+ commonforms_text_p1_110: commonforms_text_p1_110,
383
+ commonforms_text_p1_111: commonforms_text_p1_111,
384
+ commonforms_text_p1_112: commonforms_text_p1_112,
385
+ commonforms_text_p1_113: commonforms_text_p1_113,
386
+ commonforms_text_p1_114: commonforms_text_p1_114,
387
+ commonforms_text_p1_115: commonforms_text_p1_115,
388
+ commonforms_text_p1_116: commonforms_text_p1_116,
389
+ commonforms_text_p2_1: commonforms_text_p2_1,
390
+ commonforms_text_p2_2: commonforms_text_p2_2,
391
+ commonforms_text_p2_3: commonforms_text_p2_3,
392
+ commonforms_text_p2_4: commonforms_text_p2_4,
393
+ commonforms_text_p2_5: commonforms_text_p2_5,
394
+ commonforms_text_p2_6: commonforms_text_p2_6,
395
+ commonforms_text_p2_7: commonforms_text_p2_7,
396
+ commonforms_text_p2_8: commonforms_text_p2_8,
397
+ commonforms_text_p2_9: commonforms_text_p2_9,
398
+ commonforms_text_p2_10: commonforms_text_p2_10,
399
+ commonforms_text_p2_11: commonforms_text_p2_11,
400
+ commonforms_text_p2_12: commonforms_text_p2_12,
401
+ commonforms_text_p2_13: commonforms_text_p2_13,
402
+ commonforms_text_p2_14: commonforms_text_p2_14,
403
+ commonforms_text_p2_15: commonforms_text_p2_15,
404
+ commonforms_text_p2_16: commonforms_text_p2_16,
405
+ commonforms_text_p2_17: commonforms_text_p2_17,
406
+ commonforms_text_p2_18: commonforms_text_p2_18,
407
+ commonforms_text_p2_19: commonforms_text_p2_19,
408
+ commonforms_text_p2_20: commonforms_text_p2_20,
409
+ commonforms_text_p2_21: commonforms_text_p2_21,
410
+ commonforms_text_p2_22: commonforms_text_p2_22,
411
+ commonforms_text_p2_23: commonforms_text_p2_23,
412
+ commonforms_text_p2_24: commonforms_text_p2_24,
413
+ commonforms_text_p2_25: commonforms_text_p2_25,
414
+ commonforms_text_p2_26: commonforms_text_p2_26,
415
+ commonforms_text_p2_27: commonforms_text_p2_27,
416
+ commonforms_text_p2_28: commonforms_text_p2_28,
417
+ commonforms_text_p2_29: commonforms_text_p2_29,
418
+ commonforms_text_p2_30: commonforms_text_p2_30,
419
+ commonforms_text_p2_31: commonforms_text_p2_31,
420
+ commonforms_text_p2_32: commonforms_text_p2_32,
421
+ commonforms_text_p2_33: commonforms_text_p2_33,
422
+ commonforms_text_p2_34: commonforms_text_p2_34,
423
+ commonforms_text_p2_35: commonforms_text_p2_35,
424
+ commonforms_text_p2_36: commonforms_text_p2_36,
425
+ commonforms_text_p2_37: commonforms_text_p2_37,
426
+ commonforms_text_p2_38: commonforms_text_p2_38,
427
+ commonforms_text_p2_39: commonforms_text_p2_39,
428
+ commonforms_text_p2_40: commonforms_text_p2_40,
429
+ commonforms_text_p2_41: commonforms_text_p2_41,
430
+ commonforms_text_p2_42: commonforms_text_p2_42,
431
+ commonforms_text_p2_43: commonforms_text_p2_43,
432
+ commonforms_text_p2_44: commonforms_text_p2_44,
433
+ commonforms_text_p2_45: commonforms_text_p2_45,
434
+ commonforms_text_p2_46: commonforms_text_p2_46,
435
+ commonforms_text_p2_47: commonforms_text_p2_47,
436
+ commonforms_text_p2_48: commonforms_text_p2_48,
437
+ commonforms_text_p2_49: commonforms_text_p2_49,
438
+ commonforms_text_p2_50: commonforms_text_p2_50,
439
+ commonforms_text_p2_51: commonforms_text_p2_51,
440
+ commonforms_text_p2_52: commonforms_text_p2_52,
441
+ commonforms_text_p2_53: commonforms_text_p2_53,
442
+ commonforms_text_p2_54: commonforms_text_p2_54,
443
+ commonforms_text_p2_55: commonforms_text_p2_55,
444
+ commonforms_text_p2_56: commonforms_text_p2_56,
445
+ commonforms_text_p2_57: commonforms_text_p2_57,
446
+ commonforms_text_p2_58: commonforms_text_p2_58,
447
+ commonforms_text_p2_59: commonforms_text_p2_59,
448
+ commonforms_text_p2_60: commonforms_text_p2_60,
449
+ commonforms_text_p2_61: commonforms_text_p2_61,
450
+ commonforms_text_p2_62: commonforms_text_p2_62,
451
+ commonforms_text_p2_63: commonforms_text_p2_63,
452
+ commonforms_text_p2_64: commonforms_text_p2_64,
453
+ commonforms_text_p2_65: commonforms_text_p2_65,
454
+ commonforms_text_p2_66: commonforms_text_p2_66,
455
+ commonforms_text_p2_67: commonforms_text_p2_67,
456
+ commonforms_text_p2_68: commonforms_text_p2_68,
457
+ commonforms_text_p2_69: commonforms_text_p2_69,
458
+ commonforms_text_p2_70: commonforms_text_p2_70,
459
+ commonforms_text_p2_71: commonforms_text_p2_71,
460
+ commonforms_text_p2_72: commonforms_text_p2_72,
461
+ commonforms_text_p2_73: commonforms_text_p2_73,
462
+ commonforms_text_p2_74: commonforms_text_p2_74,
463
+ commonforms_text_p2_75: commonforms_text_p2_75,
464
+ commonforms_text_p2_76: commonforms_text_p2_76,
465
+ commonforms_text_p2_77: commonforms_text_p2_77,
466
+ commonforms_text_p2_78: commonforms_text_p2_78,
467
+ commonforms_text_p2_79: commonforms_text_p2_79,
468
+ commonforms_text_p2_80: commonforms_text_p2_80,
469
+ commonforms_text_p2_81: commonforms_text_p2_81,
470
+ commonforms_text_p2_82: commonforms_text_p2_82,
471
+ commonforms_text_p2_83: commonforms_text_p2_83,
472
+ commonforms_text_p2_84: commonforms_text_p2_84,
473
+ commonforms_text_p2_85: commonforms_text_p2_85,
474
+ commonforms_text_p2_86: commonforms_text_p2_86,
475
+ commonforms_text_p2_87: commonforms_text_p2_87,
476
+ commonforms_text_p2_88: commonforms_text_p2_88,
477
+ commonforms_text_p2_89: commonforms_text_p2_89,
478
+ commonforms_text_p2_90: commonforms_text_p2_90,
479
+ commonforms_text_p2_91: commonforms_text_p2_91,
480
+ commonforms_text_p2_92: commonforms_text_p2_92,
481
+ commonforms_text_p2_93: commonforms_text_p2_93,
482
+ commonforms_text_p2_94: commonforms_text_p2_94,
483
+ commonforms_text_p2_95: commonforms_text_p2_95,
484
+ commonforms_text_p2_96: commonforms_text_p2_96,
485
+ commonforms_text_p2_97: commonforms_text_p2_97,
486
+ commonforms_text_p2_98: commonforms_text_p2_98,
487
+ commonforms_text_p2_99: commonforms_text_p2_99,
488
+ commonforms_text_p2_100: commonforms_text_p2_100,
489
+ commonforms_text_p2_101: commonforms_text_p2_101,
490
+ commonforms_text_p2_102: commonforms_text_p2_102,
491
+ commonforms_text_p2_103: commonforms_text_p2_103,
492
+ commonforms_text_p2_104: commonforms_text_p2_104,
493
+ commonforms_text_p2_105: commonforms_text_p2_105,
494
+ commonforms_text_p2_106: commonforms_text_p2_106,
495
+ commonforms_text_p2_107: commonforms_text_p2_107,
496
+ commonforms_text_p2_108: commonforms_text_p2_108,
497
+ commonforms_text_p2_109: commonforms_text_p2_109,
498
+ commonforms_text_p2_110: commonforms_text_p2_110,
499
+ commonforms_text_p2_111: commonforms_text_p2_111,
500
+ commonforms_text_p2_112: commonforms_text_p2_112,
501
+ commonforms_text_p2_113: commonforms_text_p2_113,
502
+ commonforms_text_p2_114: commonforms_text_p2_114,
503
+ commonforms_text_p2_115: commonforms_text_p2_115,
504
+ commonforms_text_p2_116: commonforms_text_p2_116,
505
+ commonforms_text_p2_117: commonforms_text_p2_117,
506
+ commonforms_text_p2_118: commonforms_text_p2_118,
507
+ commonforms_text_p2_119: commonforms_text_p2_119,
508
+ commonforms_text_p2_120: commonforms_text_p2_120,
509
+ commonforms_text_p2_121: commonforms_text_p2_121,
510
+ commonforms_text_p2_122: commonforms_text_p2_122,
511
+ commonforms_text_p2_123: commonforms_text_p2_123,
512
+ commonforms_text_p2_124: commonforms_text_p2_124,
513
+ commonforms_text_p2_125: commonforms_text_p2_125,
514
+ commonforms_text_p2_126: commonforms_text_p2_126,
515
+ commonforms_text_p2_127: commonforms_text_p2_127,
516
+ commonforms_text_p2_128: commonforms_text_p2_128,
517
+ commonforms_text_p2_129: commonforms_text_p2_129,
518
+ commonforms_text_p2_130: commonforms_text_p2_130,
519
+ commonforms_text_p2_131: commonforms_text_p2_131,
520
+ commonforms_text_p2_132: commonforms_text_p2_132,
521
+ commonforms_text_p2_133: commonforms_text_p2_133,
522
+ commonforms_text_p2_134: commonforms_text_p2_134,
523
+ commonforms_text_p2_135: commonforms_text_p2_135,
524
+ commonforms_text_p2_136: commonforms_text_p2_136,
525
+ commonforms_text_p2_137: commonforms_text_p2_137,
526
+ commonforms_text_p2_138: commonforms_text_p2_138,
527
+ commonforms_text_p2_139: commonforms_text_p2_139,
528
+ commonforms_text_p2_140: commonforms_text_p2_140,
529
+ commonforms_text_p2_141: commonforms_text_p2_141,
530
+ commonforms_text_p2_142: commonforms_text_p2_142,
531
+ commonforms_text_p2_143: commonforms_text_p2_143,
532
+ commonforms_text_p2_144: commonforms_text_p2_144,
533
+ commonforms_text_p2_145: commonforms_text_p2_145,
534
+ commonforms_text_p2_146: commonforms_text_p2_146,
535
+ commonforms_text_p2_147: commonforms_text_p2_147,
536
+ ),
537
+ debug: debug,
538
+ )