{% load i18n aldryn_people_tags %}
{% 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 %}