{% if site.companies[item.company].url %}
{% else %}
{{ site.companies[item.company].name }}
{% endif %}
{% for role in item.roles %}
{{ role.title }} from {{ role.from }} to {{ role.to ?: 'present' }} ({{ role.location }})
{{ role.description|markdown }}
{% endfor %}
{% endfor %}