{% extends "documents/base.html" %} {% load i18n coop_edition %} {% block extra_head %} {{ block.super }} {% endblock %} {% block document %}
{% block our_company %} Our Company
our addess
ZipCode Town {% endblock %}
{% with c=object.action.contact %} {{c}}
{{c.get_address}}
{% if c.get_address2 %}{{c.get_address2}}
{% endif %} {% if c.get_address3 %}{{c.get_address3}}
{% endif %} {{ c.get_zip_code }} {{ c.get_city }} {{ c.get_cedex|default:"" }} {% endwith %}
{% if object.action.subject %}
Objet : {{ object.action.subject }}
{% endif %} {% cms_edit object %}
{{ object.content }}
{% end_cms_edit %} {% endblock %}