{% extends "base.html" %} {% load render_table from django_tables2 %} {% block content %}
{% if object.logo %}
{% if object.logo %} {% endif %} {% if object.website_url %} Voir le site web {% endif %}
{% endif %}
{% if not association.is_active %}
En modération
{% endif %} {% if object.description %} {{ object.description|linebreaks }} {% endif %}

Secteur d'activité : {{ object.activity_field }}

{% if not object.logo and object.website_url %} Voir le site web {% endif %}
{% if can_engage %}
{% csrf_token %}
{% elif user.is_anonymous %}

Connectez-vous pour rejoindre cette association et saisir vos actions de bénévolat.

{% elif benevalo_table %}

Mes actions de bénévolat

Ajouter
{% render_table benevalo_table "cruditor/includes/table.html" %} {% endif %} {% endblock %}