{% translate 'Subject is unsuitable or blocked in another study.' %}
{% else %}
{% if object.match == 'incomplete' %}
{% translate 'Subject has missing recruitment attributes. Please contact to check if they are suitable.' %}
{% endif %}
{% if subject.contact.has_guardian and study.geo_filter %}
{% translate 'This study uses a geographic filter. Please verify that the subject lives at the same address as one of their guardians.' %}
{% endif %}
{% endif %}
{% if not subject.has_consent %}
{% translate 'Subject does not want to be contacted for recruitment. Answering a request when approached by the subject is permitted, but initiating contact is not.' %}