{##} {% for family in families %} {{ not loop.first ? '
{{ __('Family Name') }} {{ family.name }} |
{{ __('Family Status') }} {{ __(family.status) }} |
{{ __('Home Languages') }} {{ __(family.languageHomePrimary) }} {{ __(family.languageHomeSecondary) }} |
|
{{ __('Address Name') }} {{ family.nameAddress }} |
|||
{{ __('Home Address') }} {{ family.homeAddress }} |
{{ __('Home Address (District)') }} {{ family.homeAddressDistrict }} |
{{ __('Home Address (Country)') }} {{ __(family.homeAddressCountry) }} |
{{ formatUsing('userPhoto', person.image_240, 75) }} |
{{ __('Name') }}
{{ formatUsing('name', person.title, person.preferredName, person.surname, 'Parent') }} {% if person.status != 'Full' %} ({{ __(person.status) }}) {% endif %}
{% if person.relationship %}
{{ __(person.relationship) }}
{% elseif gibbonPersonIDStudent %}
{{ __('Relationship Unknown') }}
{% endif %}
|
{{ __('Contact Priority') }} {{ person.contactPriority }} |
|
{{ __('First Language') }} {{ __(person.languageFirst) }} |
{{ __('Second Language') }} {{ __(person.languageSecond) }} |
||
{{ __('Contact By Phone') }} {% if person.contactCall == 'N' %} {{ __('Do not contact by phone') }} {% elseif person.contactCall == 'Y' and (person.phone1 or person.phone2 or person.phone3 or person.phone4) %} {% for i in range(1,4) %} {% if person['phone' ~ i] %} {{ formatUsing('phone', person['phone' ~ i], person['phone' ~ i ~ 'CountryCode'], person['phone' ~ i ~ 'Type'])}} {% endif %} {% endfor %} {% endif %} |
{{ __('Contact By SMS') }} {% if person.contactSMS == 'N' %} {{ __('Do not contact by SMS') }} {% elseif person.contactSMS == 'Y' and (person.phone1 or person.phone2 or person.phone3 or person.phone4) %} {% for i in range(1,4) %} {% if person['phone' ~ i] and person['phone' ~ i ~ 'Type'] == 'Mobile' %} {{ formatUsing('phone', person['phone' ~ i], person['phone' ~ i ~ 'CountryCode'], person['phone' ~ i ~ 'Type'])}} {% endif %} {% endfor %} {% endif %} |
{{ __('Contact By Email') }} {% if person.contactEmail == 'N' %} {{ __('Do not contact by email') }} {% elseif person.contactEmail == 'Y' and (person.email or person.emailAlternate) %} {% if person.email %} {{ __('Email') }}: {{ person.email }} {% endif %} {% if person.emailAlternate %} {{ __('Email') }} 2: {{ person.emailAlternate }} {% endif %} {% endif %} |
|
{{ __('Profession') }} {{ person.profession }} |
{{ __('Employer') }} {{ person.employer }} |
{{ __('Job Title') }} {{ person.jobTitle }} |
|
{{ __('Vehicle Registration') }} {{ person.vehicleRegistration }} |
|||
{{ __('Comment') }} {{ person.comment }} |