1,407
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
|name={{{name}}} | |name={{{name}}} | ||
}} | }} | ||
{| border="0" cellspacing="5" style="background-color:#92C7C7;padding:0px" | {| border="0" width="100%" cellspacing="5" style="background-color:#92C7C7;padding:0px" | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| width="20%" |<b>''Years of service''</b> | | width="20%" |<b>{{#if:{{{period|}}} || ''Years of service'' }}</b> | ||
||{{{period}}} | ||{{{period}}} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>''Service type''</b> | | <b>{{#if:{{{service|}}} | ''Service type'' }}</b> | ||
||{{{service}}} | ||{{{service}}} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>''Previous Key Posts''</b> | | <b>{{#if:{{{previous_posts|}}} | ''Previous Key Posts'' }}</b> | ||
||{{{ | ||{{{previous_posts}}} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>''Current Post''</b> | | <b>{{#if:{{{current_post|}}} | ''Current Post'' }}</b> | ||
||{{{ | ||{{{current_post}}} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>''Degree(s)''</b> | | <b>{{#if:{{{degrees|}}} | ''Degree(s)'' }}</b> | ||
||{{{degrees}}} | ||{{{degrees}}} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>''Field(s) of Study''</b> | | <b>{{#if:{{{fields|}}} | ''Field(s) of Study'' }}</b> | ||
||{{{fields}}} | ||{{{fields}}} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>''University(ies)''</b> | | <b>{{#if:{{{universities|}}} | ''University(ies)'' }}</b> | ||
||{{{universities}}} | ||{{{universities}}} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>''Specialization(s)''</b> | | <b>{{#if:{{{specializations|}}} | ''Specialization(s)'' }}</b> | ||
||{{{specializations}}} | ||{{{specializations}}} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>''Social/Academic''</b> | | <b>{{#if:{{{socioacademic|}}} | ''Social/Academic'' }}</b> | ||
||{{{socioacademic}}} | ||{{{socioacademic}}} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>''Notable Achievements''</b> | | <b>{{#if:{{{achievements|}}} | ''Notable Achievements'' }}</b> | ||
||{{{achievements}}} | ||{{{achievements}}} | ||
|} | |} | ||
|} | |} |