{{ item.title }} {% if item.organization %} - {{ item.organization }}{% endif %} {% if item.location %}, {{ item.location }}{% endif %}
{% if item.start_date %}{{ item.start_date }} - {{ item.end_date or 'Present' }}
{% endif %} {% if item.bullets %}-
{% for bullet in item.bullets %}
- {{ bullet.text }}{% if bullet.metrics %} ({{ bullet.metrics }}){% endif %} {% endfor %}