Lines 266-284
Link Here
|
266 |
</li> |
266 |
</li> |
267 |
[% END %] |
267 |
[% END %] |
268 |
|
268 |
|
269 |
[% SWITCH primary_contact_method %] |
269 |
[% IF ( primary_contact_method ) %] |
270 |
[% CASE 'phone' %] |
270 |
<li> |
271 |
<li><span class="label">Main contact method: </span>Phone</li> |
271 |
<span class="label">Main contact method: </span> |
272 |
[% CASE 'phonepro' %] |
272 |
[% SWITCH primary_contact_method %] |
273 |
<li><span class="label">Main contact method: </span>Secondary phone</li> |
273 |
[% CASE 'phone' %] |
274 |
[% CASE 'mobile' %] |
274 |
Primary phone |
275 |
<li><span class="label">Main contact method: </span>Other Phone</li> |
275 |
[% CASE 'phonepro' %] |
276 |
[% CASE 'email' %] |
276 |
Secondary phone |
277 |
<li><span class="label">Main contact method: </span>Primary email</li> |
277 |
[% CASE 'mobile' %] |
278 |
[% CASE 'emailpro' %] |
278 |
Other phone |
279 |
<li><span class="label">Main contact method: </span>Secondary email</li> |
279 |
[% CASE 'email' %] |
280 |
[% CASE 'fax' %] |
280 |
Primary email |
281 |
<li><span class="label">Main contact method: </span>Fax</li> |
281 |
[% CASE 'emailpro' %] |
|
|
282 |
Secondary email |
283 |
[% CASE 'fax' %] |
284 |
Fax |
285 |
[% END %] |
286 |
</li> |
282 |
[% END %] |
287 |
[% END %] |
283 |
</ol> |
288 |
</ol> |
284 |
</div> [% # /div.rows %] |
289 |
</div> [% # /div.rows %] |
285 |
- |
|
|