{% extends "base.html" %} {% load smart_if thumbnail comments mytags %} {% block meta_title %}{{exchange.title}}{% endblock %} {% block extra_head %} {% endblock %} {% block document %}
{% block title %}

{{exchange.title}}

{% endblock %}
{% block content %}

{{exchange.description|safe}}


Publié par {% local_or_remote label exchange organization %}
{% if exchange.organization.logo %} {% endif %}

Coordonnées

{% for contact in exchange.organization.contact.all %} {% if contact.category == 1 %}

Tel. : {{contact.content}}
{%endif%} {% if contact.category == 2 %}
Mobile : {{contact.content}}
{%endif%} {% if contact.category == 3 %}
Fax : {{contact.content}}
{%endif%} {% endfor %} {% if exchange.organization.web %} {% endif %}



{% for a in adresses %}
{% if a.location_type %}{{a.location_type}}{% endif %}
{{a.location.adr1}}
{% if adresse.adr2 %}{{a.location.adr2}}
{% endif %} {{a.location.zipcode}} {{a.location.city}}
{% endfor %}
{% endblock %} {% endblock %} {% block footer%}
{% endblock %}