{% extends "front/front_base.html" %} {% load i18n %} {% load thumbnail %} {% load front_tags %} {% block title %}Lignes de temps : groupe "{{group.name}}"{% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block js_declaration %} {{block.super}} {% endblock %} {% block body %} {{block.super}}
{% trans 'by' %} IRI | {{content.duration|str_duration:"h"}}
{{group.get_profile.description|safe}}
{% thumbnail group.get_profile.image "54x40" format="PNG" crop="center" as im %}
{{user.username}}
{% trans 'active since' %} {{user.date_joined|date:"Y/m/d"}}