{% load i18n inlinetrans content_tags list_utils comparison %} {% for content in multiple %}

{{ content.name|truncatewords:6 }}

{{ content.description|safe }}
{% inline_trans "More Info" %}
{% endfor %}