{% load static %} {% load i18n %} {% load thumbnail %} {# we suppose here that "col" has been defined #}

{{ col.title|default:_("No title") }}

{% trans "by" %} {{ col.author }}