{{ contact.full_name }}
{% if contact.legal_representative_of.count > 1 %}
{% icon 'users' label=_('This person represents other subjects who may also be suitable for this study.') %}
{% endif %}
{% if contact.subject.blocked %}
{{ contact.subject|verbose_name:'blocked' }}
{% endif %}
{% if contact.subject.deceased %}
{{ contact.subject|verbose_name:'deceased' }}
{% endif %}