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

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

{% for r in results %} {% for a in r.addresses %} {% if a.address_purpose == "LOCATION"%} {% endif %} {% endfor %} {% for t in r.taxonomies %} {% if t.primary %} {% endif %} {% endfor %} {% endfor %}
Number Name Enumeration Type Primary Practice Address Phone Fax Primary Taxonomy
{{r.number}} {{r.basic.first_name}} {{r.basic.last_name}} {{r.basic.organization_name}} {{r.enumeration_type}}{{a.address_1}} {{a.address_2}} {{a.city}}, {{a.state}} {{a.zip}} {{a.us_telephone_number}} {{a.us_fax_number}}{{t.code}}

{% endblock %}