{{#resume.basics}}

{{name}}

{{label}}

{{#if website}}
Website {{website}}
{{/if}} {{#if email}} {{/if}} {{#if phone}}
Phone {{phone}}
{{/if}}
{{#if summary}}

{{summary}}

{{/if}} {{#location}}

Location

{{#if address}}
Address {{address}}
{{/if}} {{#if postalCode}}
Postal code {{postalCode}}
{{/if}} {{#if city}}
City {{city}}
{{/if}} {{#if countryCode}}
Country code {{countryCode}}
{{/if}} {{#if region}}
Region {{region}}
{{/if}}
{{/location}} {{#if profiles.length}}

Profiles

{{#each profiles}}
{{#if network}} {{network}} {{/if}} {{#if username}}
{{username}}
{{/if}} {{#if url}} {{/if}}
{{/each}}
{{/if}}
{{/resume.basics}} {{#if resume.work.length}}

Work

{{#each resume.work}}
{{#if company}}

{{company}}

{{/if}}
{{#if startDate}} {{startDate}} {{/if}} {{#if endDate}} - {{endDate}} {{else}} - Present {{/if}}
{{#if position}}
{{position}}
{{/if}} {{#if website}} {{/if}} {{#if summary}}

{{summary}}

{{/if}} {{#if highlights.length}}
    {{#each highlights}}
  • {{.}}
  • {{/each}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.volunteer.length}}

Volunteer

{{#each resume.volunteer}}
{{#if organization}}

{{organization}}

{{/if}}
{{#if startDate}} {{startDate}} {{/if}} {{#if endDate}} - {{endDate}} {{else}} - Present {{/if}}
{{#if position}}
{{position}}
{{/if}} {{#if website}} {{/if}} {{#if summary}}

{{summary}}

{{/if}} {{#if highlights.length}}
    {{#each highlights}}
  • {{.}}
  • {{/each}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.education.length}}

Education

{{#each resume.education}}
{{#if startDate}} {{startDate}} {{/if}} {{#if endDate}} - {{endDate}} {{else}} - Present {{/if}}
{{#if institution}}
{{institution}}
{{/if}} {{#if area}}
{{area}}
{{/if}} {{#if studyType}}
{{studyType}}
{{/if}} {{#if gpa}}
GPA: {{gpa}}
{{/if}} {{#if courses.length}}
    {{#each courses}}
  • {{.}}
  • {{/each}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.awards.length}}

Awards

{{#each resume.awards}}
{{#if title}}
{{title}}
{{/if}} {{#if date}}
{{date}}
{{/if}} {{#if awarder}}
{{awarder}}
{{/if}} {{#if summary}}

{{summary}}

{{/if}}
{{/each}}
{{/if}} {{#if resume.publications.length}}

Publications

{{#each resume.publications}}
{{#if name}}
{{name}}
{{/if}} {{#if publisher}}
{{publisher}}
{{/if}} {{#if releaseDate}}
{{releaseDate}}
{{/if}} {{#if website}} {{/if}} {{#if summary}}

{{summary}}

{{/if}}
{{/each}}
{{/if}} {{#if resume.skills.length}}

Skills

{{#each resume.skills}}
{{#if name}}
{{name}}
{{/if}} {{#if level}}
{{level}}
{{/if}} {{#if keywords.length}}
    {{#each keywords}}
  • {{.}}
  • {{/each}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.languages.length}}

Languages

{{#each resume.languages}}
{{#if language}}
{{language}}
{{/if}} {{#if fluency}}
{{fluency}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.interests.length}}

Interests

{{#each resume.interests}}
{{#if name}}
{{name}}
{{/if}} {{#if keywords.length}}
    {{#each keywords}}
  • {{.}}
  • {{/each}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.references.length}}

References

{{#each resume.references}}
{{#if reference}}
{{reference}}
{{/if}} {{#if name}}
— {{name}}
{{/if}}
{{/each}}
{{/if}}