{% extends "front/front_base.html" %} {% load i18n %} {% load thumbnail %} {% load front_tags %} {% load static %} {% 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}} {% comment %} {% endcomment %}

{% trans 'About the group' %}

{{group.get_profile.description|safe}}

{% thumbnail group.get_profile.image "54x40" format="PNG" crop="center" as im %}{{content.title}}{% endthumbnail %}

 

{% trans 'Members' %} ({{users|length}})

{% endblock %}