{% endblock %}
{% block content %}
{% if not object.match %}
{% trans 'Subject is unsuitable or blocked in another study.' %}
{% elif object.match == 'incomplete' %}
{% trans 'Subject has missing attributes. Please contact to check if they are suitable.' %}
{% endif %}
{% if not subject.has_consent %}
{% trans 'Subject does not want to be contacted for recruitment. Answering a request when approached by the subject is permitted, but initiating contact is not.' %}