{% load i18n utils %}
{{ subject|verbose_name:'privacy_level' }}
{% icon 'user-shield' %} {{ subject|display:'privacy_level' }} {% if study and subject.privacy_level > study.members_min_privacy_level %} {% icon 'warning' label=_('Not all members of this study can access this subject') %} {% endif %}
{% translate "Reliability" %}
{{ subject|display:'reliability' }}
{% include 'contacts/__contact_detail.html' with contact=subject.contact legal_representatives=subject.contact.get_legal_representatives_tree %}