{% load thumbnail %} {% if cell.topik %}
{% if cell.slug == "large" %}

{{cell.topik.page.title}}

{% else %}
{{cell.topik.page.title}}
{% endif %}
{% if cell.slug == "large" %} {{cell.text|safe}} {% else %} {{cell.text|safe|striptags|truncatewords:75}} {% endif %}
{% endif %}