{% load resume_tags %}

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

{% blocktrans with d=resume.description|striptags|truncatewords:20|safe %}{{ d }}{% endblocktrans %}