{{ exp.position }}
{% if exp.company_url %}{{ exp.company }}{% else %}{{ exp.company }}{% endif %} · {{ exp.get_employment_type_display }}
{{ exp.period }} · {{ exp.duration }} {% if exp.location %}· {{ exp.location }} ({{ exp.get_location_type_display }}){% endif %}
{% if exp.bullets %}-
{% for b in exp.bullets|slice:":3" %}
- {{ b }} {% endfor %}