{% extends "registry/read.html" %} {% block primarysidebarextn %}

{% if domainObject.isTrained %} This researcher is trained. {% else %} This researcher is NOT trained. {% endif %}

{% if view.canApprovePersons %} {% if view.registry.persons.getPending.count %}
{% endif %} {% endif %} {% endblock %}