diff --git a/castellum/contacts/templates/contacts/__contact_detail.html b/castellum/contacts/templates/contacts/__contact_detail.html index 5a0180aec2cb887f8acf21b08cb99802ac12d5f8..939b7bd83073a3e943abfbb9fe84dcd1a3819c0c 100644 --- a/castellum/contacts/templates/contacts/__contact_detail.html +++ b/castellum/contacts/templates/contacts/__contact_detail.html @@ -10,6 +10,12 @@ {% if contact.guardian_of.count > 1 %} {% icon 'users' label=_('This guardian has other wards 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 %} {% endif %}