{% extends "groups/base.html" %} {% block js %} {% endblock %} {% block content %}

{{ group.name }}

{% if group.logo %}{% endif %} {% if group.web %}

Web : {{ group.web }}

{% endif %} {% if group.description %}

{{ group.description }}

{% endif %}
{% endblock %}