{% load i18n aldryn_people_tags %}

{{ group.name }}

{{ group.description|safe }}
{% if group.phone %} {% trans "Phone:" %} {{ group.phone|phoneformat }}
{% endif %} {% if group.fax %} {% trans "Fax:" %} {{ group.fax|phoneformat }}
{% endif %} {% if group.email %} {% trans "Email:" %} {{ group.email }}
{% endif %} {% if group.website %} {% trans "Website:" %} {{ group.website }}
{% endif %}
{% if group.address or group.postal_code or group.city %}
{% trans "Address:" %}
{% if group.address %} {{ group.address }}
{% endif %} {{ group.postal_code }} {{ group.city }}
{% endif %}