|
Lines 224-230
Link Here
|
| 224 |
<th>Country</th> |
224 |
<th>Country</th> |
| 225 |
<th>Primary email</th> |
225 |
<th>Primary email</th> |
| 226 |
<th>Phone</th> |
226 |
<th>Phone</th> |
| 227 |
<th>Mobile</th> |
227 |
<th>Other phone</th> |
| 228 |
<th>Registration date</th> |
228 |
<th>Registration date</th> |
| 229 |
<th>Expiry date</th> |
229 |
<th>Expiry date</th> |
| 230 |
[% IF CanUpdatePasswordExpiration %] |
230 |
[% IF CanUpdatePasswordExpiration %] |
|
Lines 321-327
Link Here
|
| 321 |
[% CASE 'country' %]<span>Country:</span> |
321 |
[% CASE 'country' %]<span>Country:</span> |
| 322 |
[% CASE 'email' %]<span>Primary email:</span> |
322 |
[% CASE 'email' %]<span>Primary email:</span> |
| 323 |
[% CASE 'phone' %]<span>Phone:</span> |
323 |
[% CASE 'phone' %]<span>Phone:</span> |
| 324 |
[% CASE 'mobile' %]<span>Mobile:</span> |
324 |
[% CASE 'mobile' %]<span>Other phone:</span> |
| 325 |
[% CASE 'sort1' %]<span>Sort 1:</span> |
325 |
[% CASE 'sort1' %]<span>Sort 1:</span> |
| 326 |
[% CASE 'sort2' %]<span>Sort 2:</span> |
326 |
[% CASE 'sort2' %]<span>Sort 2:</span> |
| 327 |
[% CASE 'dateenrolled' %]<span>Registration date:</span> |
327 |
[% CASE 'dateenrolled' %]<span>Registration date:</span> |
| 328 |
- |
|
|