{% extends "ishtar/sheet.html" %} {% load i18n %} {% block head_sheet %} {{block.super}}

{% trans "Organization"%}

{% endblock %} {% block content %}
{%trans "Export as:"%} {%trans "OpenOffice.org file"%}, {%trans "PDF file"%}

{{item.name}}

{{ item.history_creator.ishtaruser.full_label }}

{% if item.address %}

{{item.address}}

{% endif %} {% if item.address_complement %}

{{item.address_complement}}

{% endif %} {% if item.postal_code %}

{{item.postal_code}}

{% endif %} {% if item.town %}

{{item.town}}

{% endif %} {% if item.phone %}

{{item.phone}}

{% endif %} {% if item.mobile_phone %}

{{item.mobile_phone}}

{% endif %} {% for person in item.members.all %} {% empty %} {% endfor %}
{%trans "Person in the organization"%}
{% trans "Name" %} {% trans "Surname" %} {% trans "Type" %}  
{{person.name|default:""}} {{person.surname|default:""}} {% for type in person.person_types.all %}{% if forloop.counter0 %}, {% endif %}{{type.label}}{% endfor %}
{% trans "No person in this organization" %}
{% endblock %}