{{ entry.title }}
{% if entry.start or entry.end %}
{% if entry.start %}{{ entry.start }}{% endif %}
{% if entry.start and entry.end %} - {% endif %}
{% if entry.end %}{{ entry.end }}{% endif %}
{% endif %}
{% if entry.company %}{{ entry.company }}{% endif %}
{% if entry.company and entry.title_link %} | {% endif %}
{% if entry.title_link %}{{ entry.title_link }}{% endif %}
{% if entry.school %}{{ entry.school }}{% endif %}
{% endif %}
{% if entry.field %}
{{ entry.field }}
{% endif %}
{% if entry.description %}
{% autoescape false %}
{{ entry.description }}
{% endautoescape %}
{% endif %}