{% load resume_tags %}

{% firstof resume.title trans "Untitled" %}

{{ resume.description|striptags|truncatewords:20|safe }}

{% if resume.industry %}
{% trans 'Industry:' %} {{ resume.industry }}
{% endif %}