{% extends "documents/base.html" %} {% load i18n coop_edition balafon_utils %} {% block extra_head %} {{ block.super }} {% endblock %} {% block document %}
{% block our_company %} {% try_to_include "documents/_our_company.html" %} {% endblock %}
{% for contact in object.action.contacts.all %} {{ contact }}
{{ contact.get_address }}
{% if contact.get_address2 %} {{ contact.get_address2 }}
{% endif %} {% if contact.get_address3 %}{{ contact.get_address3 }}
{% endif %} {{ contact.get_zip_code }} {{ contact.get_city }} {{ contact.get_cedex|default:"" }} {% endfor %}
{% if object.action.subject %}
Objet : {{ object.action.subject }}
{% endif %} {% cms_edit object %}
{{ object.content }}
{% end_cms_edit %} {% endblock %}