@@ -56,21 +56,21 @@ <h3>Yoti Profile</h3>
56
56
</ td >
57
57
</ tr >
58
58
{% endif %}
59
- {% if profile. given_names %}
59
+ {% if given_names %}
60
60
< tr >
61
61
< th scope ="row "> Given Name(s)</ th >
62
- < td > {{ profile. given_names.value }}</ td >
62
+ < td > {{ given_names.value }}</ td >
63
63
< td colspan ="3 " width ="33% ">
64
64
< table class ="table ">
65
65
< tbody >
66
- {% for source in profile. given_names.sources %}
66
+ {% for source in given_names.sources %}
67
67
< tr class ="row no-gutters ">
68
68
< td class ="col-md-3 "> Source</ td >
69
69
< td class ="col-md-6 "> {{ source.value }}</ td >
70
70
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
71
71
</ tr >
72
72
{% endfor %}
73
- {% for verifier in profile. given_names.verifiers %}
73
+ {% for verifier in given_names.verifiers %}
74
74
< tr class ="row no-gutters ">
75
75
< td class ="col-md-3 "> Verifier</ td >
76
76
< td class ="col-md-6 "> {{ verifier.value }}</ td >
@@ -82,21 +82,21 @@ <h3>Yoti Profile</h3>
82
82
</ td >
83
83
</ tr >
84
84
{% endif %}
85
- {% if profile. family_name %}
85
+ {% if family_name %}
86
86
< tr >
87
87
< th scope ="row "> Family Name</ th >
88
- < td > {{profile. family_name.value }}</ td >
88
+ < td > {{family_name.value }}</ td >
89
89
< td colspan ="3 ">
90
90
< table class ="table ">
91
91
< tbody >
92
- {% for source in profile. family_name.sources %}
92
+ {% for source in family_name.sources %}
93
93
< tr class ="row no-gutters ">
94
94
< td class ="col-md-3 "> Source</ td >
95
95
< td class ="col-md-6 "> {{ source.value }}</ td >
96
96
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
97
97
</ tr >
98
98
{% endfor %}
99
- {% for verifier in profile. family_name.verifiers %}
99
+ {% for verifier in family_name.verifiers %}
100
100
< tr class ="row no-gutters ">
101
101
< td class ="col-md-3 "> Verifier</ td >
102
102
< td class ="col-md-6 "> {{ verifier.value }}</ td >
@@ -108,21 +108,21 @@ <h3>Yoti Profile</h3>
108
108
</ td >
109
109
</ tr >
110
110
{% endif %}
111
- {% if profile. full_name %}
111
+ {% if full_name %}
112
112
< tr >
113
113
< th scope ="row "> Full Name</ th >
114
- < td > {{profile. full_name.value }}</ td >
114
+ < td > {{full_name.value }}</ td >
115
115
< td colspan ="3 ">
116
116
< table class ="table ">
117
117
< tbody >
118
- {% for source in profile. full_name.sources %}
118
+ {% for source in full_name.sources %}
119
119
< tr class ="row no-gutters ">
120
120
< td class ="col-md-3 "> Source</ td >
121
121
< td class ="col-md-6 "> {{ source.value }}</ td >
122
122
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
123
123
</ tr >
124
124
{% endfor %}
125
- {% for verifier in profile. full_name.verifiers %}
125
+ {% for verifier in full_name.verifiers %}
126
126
< tr class ="row no-gutters ">
127
127
< td class ="col-md-3 "> Verifier</ td >
128
128
< td class ="col-md-6 "> {{ verifier.value }}</ td >
@@ -134,21 +134,21 @@ <h3>Yoti Profile</h3>
134
134
</ td >
135
135
</ tr >
136
136
{% endif %}
137
- {% if profile. phone_number %}
137
+ {% if phone_number %}
138
138
< tr >
139
139
< th scope ="row "> Phone</ th >
140
- < td > {{profile. phone_number.value }}</ td >
140
+ < td > {{phone_number.value }}</ td >
141
141
< td colspan ="3 ">
142
142
< table class ="table ">
143
143
< tbody >
144
- {% for source in profile. phone_number.sources %}
144
+ {% for source in phone_number.sources %}
145
145
< tr class ="row no-gutters ">
146
146
< td class ="col-md-3 "> Source</ td >
147
147
< td class ="col-md-6 "> {{ source.value }}</ td >
148
148
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
149
149
</ tr >
150
150
{% endfor %}
151
- {% for verifier in profile. phone_number.verifiers %}
151
+ {% for verifier in phone_number.verifiers %}
152
152
< tr class ="row no-gutters ">
153
153
< td class ="col-md-3 "> Verifier</ td >
154
154
< td class ="col-md-6 "> {{ verifier.value }}</ td >
@@ -160,21 +160,21 @@ <h3>Yoti Profile</h3>
160
160
</ td >
161
161
</ tr >
162
162
{% endif %}
163
- {% if profile. email_address %}
163
+ {% if email_address %}
164
164
< tr >
165
165
< th scope ="row "> Email</ th >
166
- < td > {{profile. email_address.value }}</ td >
166
+ < td > {{email_address.value }}</ td >
167
167
< td colspan ="3 ">
168
168
< table class ="table ">
169
169
< tbody >
170
- {% for source in profile. email_address.sources %}
170
+ {% for source in email_address.sources %}
171
171
< tr class ="row no-gutters ">
172
172
< td class ="col-md-3 "> Source</ td >
173
173
< td class ="col-md-6 "> {{ source.value }}</ td >
174
174
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
175
175
</ tr >
176
176
{% endfor %}
177
- {% for verifier in profile. email_address.verifiers %}
177
+ {% for verifier in email_address.verifiers %}
178
178
< tr class ="row no-gutters ">
179
179
< td class ="col-md-3 "> Verifier</ td >
180
180
< td class ="col-md-6 "> {{ verifier.value }}</ td >
@@ -186,21 +186,21 @@ <h3>Yoti Profile</h3>
186
186
</ td >
187
187
</ tr >
188
188
{% endif %}
189
- {% if profile. date_of_birth %}
189
+ {% if date_of_birth %}
190
190
< tr >
191
191
< th scope ="row "> Date Of Birth</ th >
192
- < td > {{profile. date_of_birth.value }}</ td >
192
+ < td > {{date_of_birth.value }}</ td >
193
193
< td colspan ="3 ">
194
194
< table class ="table ">
195
195
< tbody >
196
- {% for source in profile. date_of_birth.sources %}
196
+ {% for source in date_of_birth.sources %}
197
197
< tr class ="row no-gutters ">
198
198
< td class ="col-md-3 "> Source</ td >
199
199
< td class ="col-md-6 "> {{ source.value }}</ td >
200
200
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
201
201
</ tr >
202
202
{% endfor %}
203
- {% for verifier in profile. date_of_birth.verifiers %}
203
+ {% for verifier in date_of_birth.verifiers %}
204
204
< tr class ="row no-gutters ">
205
205
< td class ="col-md-3 "> Verifier</ td >
206
206
< td class ="col-md-6 "> {{ verifier.value }}</ td >
@@ -212,21 +212,21 @@ <h3>Yoti Profile</h3>
212
212
</ td >
213
213
</ tr >
214
214
{% endif %}
215
- {% if profile.age_verified is not None %}
215
+ {% if user_is_age_verified is not None %}
216
216
< tr >
217
217
< th scope ="row "> Age verified</ th >
218
- < td > {{profile.age_verified .value }}</ td >
218
+ < td > {{user_is_age_verified .value }}</ td >
219
219
< td colspan ="3 ">
220
220
< table class ="table ">
221
221
< tbody >
222
- {% for source in profile.age_verified .sources %}
222
+ {% for source in user_is_age_verified .sources %}
223
223
< tr class ="row no-gutters ">
224
224
< td class ="col-md-3 "> Source</ td >
225
225
< td class ="col-md-6 "> {{ source.value }}</ td >
226
226
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
227
227
</ tr >
228
228
{% endfor %}
229
- {% for verifier in profile.age_verified .verifiers %}
229
+ {% for verifier in user_is_age_verified .verifiers %}
230
230
< tr class ="row no-gutters ">
231
231
< td class ="col-md-3 "> Verifier</ td >
232
232
< td class ="col-md-6 "> {{ verifier.value }}</ td >
@@ -238,21 +238,21 @@ <h3>Yoti Profile</h3>
238
238
</ td >
239
239
</ tr >
240
240
{% endif %}
241
- {% if profile. postal_address %}
241
+ {% if postal_address %}
242
242
< tr >
243
243
< th scope ="row "> Address</ th >
244
- < td > {{profile. postal_address.value }}</ td >
244
+ < td > {{postal_address.value }}</ td >
245
245
< td colspan ="3 ">
246
246
< table class ="table ">
247
247
< tbody >
248
- {% for source in profile. postal_address.sources %}
248
+ {% for source in postal_address.sources %}
249
249
< tr class ="row no-gutters ">
250
250
< td class ="col-md-3 "> Source</ td >
251
251
< td class ="col-md-6 "> {{ source.value }}</ td >
252
252
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
253
253
</ tr >
254
254
{% endfor %}
255
- {% for verifier in profile. postal_address.verifiers %}
255
+ {% for verifier in postal_address.verifiers %}
256
256
< tr class ="row no-gutters ">
257
257
< td class ="col-md-3 "> Verifier</ td >
258
258
< td class ="col-md-6 "> {{ verifier.value }}</ td >
@@ -264,21 +264,21 @@ <h3>Yoti Profile</h3>
264
264
</ td >
265
265
</ tr >
266
266
{% endif %}
267
- {% if profile. gender %}
267
+ {% if gender %}
268
268
< tr >
269
269
< th scope ="row "> Gender</ th >
270
- < td > {{profile. gender.value }}</ td >
270
+ < td > {{gender.value }}</ td >
271
271
< td colspan ="3 ">
272
272
< table class ="table ">
273
273
< tbody >
274
- {% for source in profile. gender.sources %}
274
+ {% for source in gender.sources %}
275
275
< tr class ="row no-gutters ">
276
276
< td class ="col-md-3 "> Source</ td >
277
277
< td class ="col-md-6 "> {{ source.value }}</ td >
278
278
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
279
279
</ tr >
280
280
{% endfor %}
281
- {% for verifier in profile. gender.verifiers %}
281
+ {% for verifier in gender.verifiers %}
282
282
< tr class ="row no-gutters ">
283
283
< td class ="col-md-3 "> Verifier</ td >
284
284
< td class ="col-md-6 "> {{ verifier.value }}</ td >
@@ -290,21 +290,21 @@ <h3>Yoti Profile</h3>
290
290
</ td >
291
291
</ tr >
292
292
{% endif %}
293
- {% if profile. nationality %}
293
+ {% if nationality %}
294
294
< tr >
295
295
< th scope ="row "> Nationality</ th >
296
- < td > {{profile. nationality.value }}</ td >
296
+ < td > {{nationality.value }}</ td >
297
297
< td colspan ="3 ">
298
298
< table class ="table ">
299
299
< tbody >
300
- {% for source in profile. nationality.sources %}
300
+ {% for source in nationality.sources %}
301
301
< tr class ="row no-gutters ">
302
302
< td class ="col-md-3 "> Source</ td >
303
303
< td class ="col-md-6 "> {{ source.value }}</ td >
304
304
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
305
305
</ tr >
306
306
{% endfor %}
307
- {% for verifier in profile. nationality.verifiers %}
307
+ {% for verifier in nationality.verifiers %}
308
308
< tr class ="row no-gutters ">
309
309
< td class ="col-md-3 "> Verifier</ td >
310
310
< td class ="col-md-6 "> {{ verifier.value }}</ td >
@@ -316,21 +316,21 @@ <h3>Yoti Profile</h3>
316
316
</ td >
317
317
</ tr >
318
318
{% endif %}
319
- {% if profile. selfie %}
319
+ {% if selfie %}
320
320
< tr >
321
321
< th scope ="row "> Selfie as base64 data</ th >
322
322
< td > < img width ="200 " alt ="base64photo " src ="{{base64_selfie_uri}} "/> </ td >
323
323
< td colspan ="3 ">
324
324
< table class ="table ">
325
325
< tbody >
326
- {% for source in profile. selfie.sources %}
326
+ {% for source in selfie.sources %}
327
327
< tr class ="row no-gutters ">
328
328
< td class ="col-md-3 "> Source</ td >
329
329
< td class ="col-md-6 "> {{ source.value }}</ td >
330
330
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
331
331
</ tr >
332
332
{% endfor %}
333
- {% for verifier in profile. selfie.verifiers %}
333
+ {% for verifier in selfie.verifiers %}
334
334
< tr class ="row no-gutters ">
335
335
< td class ="col-md-3 "> Verifier</ td >
336
336
< td class ="col-md-6 "> {{ verifier.value }}</ td >
@@ -347,14 +347,14 @@ <h3>Yoti Profile</h3>
347
347
< td colspan ="3 ">
348
348
< table class ="table ">
349
349
< tbody >
350
- {% for source in profile. selfie.sources %}
350
+ {% for source in selfie.sources %}
351
351
< tr class ="row no-gutters ">
352
352
< td class ="col-md-3 "> Source</ td >
353
353
< td class ="col-md-6 "> {{ source.value }}</ td >
354
354
< td class ="col-md-3 "> {{ source.sub_type }}</ td >
355
355
</ tr >
356
356
{% endfor %}
357
- {% for verifier in profile. selfie.verifiers %}
357
+ {% for verifier in selfie.verifiers %}
358
358
< tr class ="row no-gutters ">
359
359
< td class ="col-md-3 "> Verifier</ td >
360
360
< td class ="col-md-6 "> {{ verifier.value }}</ td >
0 commit comments