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

{{organization.title}}

{% endblock %}
{% block content %}

{{organization.subtitle}}

{{organization.get_statut_display}} {% if organization.get_secteur_display %}
{{organization.get_secteur_display}}{% endif %} {% if organization.birth %}
Année de création : {{organization.birth|date:"Y"}}{% endif %}

{{organization.description|linebreaks|oembed}}


{% if annonces %}

Annonces


{% endif %} {% if engagements %}

Contacts


{% endif %} {% comment %} {% include "related_events.html" %} {% endcomment %} {% include "comments/comments.html" %}
{% if organization.logo %} {% endif %} {% if organization.get_relations %}

Relations

{% if 'IN_MEMBER' in organization.get_relations %}
Membre(s) de {{organization.title}}
{% endif %} {% if 'OUT_MEMBER' in organization.get_relations %}
Affiliations
{% endif %} {% endif %} {% if organization.get_tags %}

Mots-clés

{% for tag in organization.get_tags %} {{tag}} {% endfor %}

{% endif %}

Coordonnées

{% for contact in 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 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 %} {% block jquery %} $("ul.relations li").tipsy({gravity:"sw"}); $('div.org_icon').hover(function() { var fade = $('> div', this); if (fade.is(':hidden')) { fade.show(); } }, function () { var fade = $('> div', this); if (fade.is(':visible')) { fade.hide(); } }); {% endblock %}