✓
{{ doctor_counts.ok }} ok
{% if doctor_counts.warn %}
⚠
{{ doctor_counts.warn }} warning{{ '' if doctor_counts.warn == 1 else 's' }}
{% endif %}
{% if doctor_counts.error %}
✗
{{ doctor_counts.error }} error{{ '' if doctor_counts.error == 1 else 's' }}
{% endif %}