{% extends "registry/list.html" %} {% block is_domain_object_inactive %} {% if domainObject.isInactive %} class="record-inactive"{% endif %} {% endblock %} {% block table_head_extn %} Scans Last Age Date of Birth Hand Lang {% endblock %} {% block table_row_extn %} {{ domainObject.scanningSessions.count }} {{ domainObject.lastScan.present.starts }} {{domainObject.age}} {{domainObject.present.dateOfBirth}} {{domainObject.hand}} {{domainObject.language}} {% endblock %} {% block table_item_delete_btn %}{% endblock %} {% block table_item_actions_extn %} {% if view.canUpdateDomainObject %} {% if not domainObject.onHitlist %} Add to Hitlist {% else %} Remove from Hitlist {% endif %} {% endif %} {% if not domainObject.isInactive %} {% if view.canCreateVolunteerScanningAppointment %} Book scan {% endif %} {% endif %} {% endblock %}