{% for x in featured %} {% if x.title|length > 12 %} {{x.title|slice:\":12\"}}... {% else %}
From the docs:
To give your template access to these tags, put {% load i18n %} toward the top of your template.
{% load i18n %}