{% extends "providerregistry/base.html" %} {% load i18n %} {% block Content %}

Results: {{skip|add:"1"}} - {% if skip|add:"12" <= total %} {{skip|add:"12"}} {%else%} {{total}} {%endif%} out of {{total}}.

{%for r in results %}
Male Provider {% endif %} {% if r.basic.gender == "F" %} src="{{STATIC_URL}}registry/img/Female250.jpg" alt="Female Provider"> {% endif %} {% if not r.basic.gender %} src="{{STATIC_URL}}registry/img/Organization250.jpg" alt="Organization Provider"> {% endif %}

{{r.number}}
{{r.title|truncatechars:19}}

    {% if r.enumeration_type == "NPI-2" or r.basic.sole_proprietor == "YES" %}
  • {% endif %} {% if r.enumeration_type == "NPI-1" %}
  • {% endif %}
{% endfor %}

{% endblock %}