{% extends "front/front_base.html" %} {% load i18n %} {% load thumbnail %} {% block title %}Lignes de temps : Home{% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block body %} {{block.super}}
{% trans 'by' %} IRI | {{content.duration_str}}
{% trans 'by' %} IRI | {{content.duration_str}}
{% if group.profile.description|length > 69 %}{{group.profile.description|safe|slice:":69"}}...{% else %}{{group.profile.description|safe}}{% endif %}