{% if cv.volunteer %}

Volunteer

{% for v in cv.volunteer %} {% if v.organization %}

{% if v.website %} {{ v.organization }} {% else %} {{ v.organization }} {% endif %}

{% endif %} {% if v.position %}

{{ v.position }}

{% endif %}
{% if v.startDate %} {{ v.startDate }} {% endif %} {% if v.endDate == '' %} {{ site.data.theme.t.present | default: 'Present' | prepend: ' — ' }} {% else %} {{ v.endDate | prepend: ' — ' }} {% endif %}
{% if v.summary %}

{{ v.summary }}

{% endif %} {% if v.highlights %} {% endif %} {% endfor %}
{% endif %}