{% if participation.status not in participation.EXCLUDED_SET %}
{% translate 'Exclude' %}
{% endif %}
{% endif %}
{% empty %}
{% if view.subtab == 'open' %}
{% translate 'No one to contact for recruitment!' %}
{% translate 'Currently, there are no open potential subjects.' %}
{% has_perm 'recruitment.recruit' user study as can_recruit %}
{% if can_recruit %}
{% translate 'Please add a set of potential subjects using the Add button.' %}
{% endif %}
{% elif view.subtab == 'invited' %}
{% blocktranslate with subjectcount=study.min_subject_count %}
You are still in search for {{ subjectcount }} participants.
{% endblocktranslate %}
{% else %}
{% translate 'List is empty' %}
{% endif %}