{% extends "providerregistry/base.html" %} {% load i18n %} {% block Content %}
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}} | {% for a in r.addresses %} {% if a.address_purpose == "LOCATION"%}{{a.address_1}} {{a.address_2}} {{a.city}}, {{a.state}} {{a.zip}} | {{a.us_telephone_number}} | {{a.us_fax_number}} | {% endif %} {% endfor %} {% for t in r.taxonomies %} {% if t.primary %}{{t.code}} | {% endif %} {% endfor %}