{{ errorMessage|text }}
{% endif %}{{ "No patients to select"|xlt }}
{{ "Too many search results found. Displaying a limited set of patients. Narrow your search results through the filters above."|xlt }}
{% endif %}
| {{ "Name"|xlt }} | {{ "DOB"|xlt }} | {{ "Sex"|xlt }} | {{ "Email"|xlt }} | |
|---|---|---|---|---|
| {{ patient.fname|text }}{% if patient.mname %} {{ patient.mname|text }}{% endif%} {{ patient.lname|text }} | {{ patient.DOB|text }} | {{ patient.sex|text }} | {{ patient.email|text }} |