{% extends "base.html" %} {% load static %} {% block content %}

{{ object }} {% if not object.is_active %} (en modération) {% endif %}

{{ object.description }}

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

{% if object.website_url %}

Découvrez le site web de {{ object }}

{% endif %}
{% if object.logo %} {% endif %}
{% endblock %}