{% load i18n %} {% if object.get_other_kind_translation_contents %}
{% for kind_translation_content in object.get_other_kind_translation_contents %} {% endfor %}
{{ object.content.kind.name }}  {% trans "Last 10 News" %}

{{ kind_translation_content.content.date_content|date:"d/m/Y" }}

{{ kind_translation_content.title|truncatechars:40 }}

{{ kind_translation_content.body|truncatechars:40|striptags }}

{% endif %}