{{ "Provider"|xlt }}: {{ row.prov_lname|text }},{{ row.prov_fname|text }}
{% if row.is_provider_in_group %}
{% if row.npi and row.group.federaltaxid %}
(
{{ "NPI"|xlt }}: {{ row.npi|text }}
{{ "Group TIN"|xlt }}: {{ row.group.federaltaxid|text }}
)
{% endif %}
{% else %}
{% if row.npi or row.federaltaxid %}
(
{% if row.npi %}{{ "NPI"|xlt }}: {{ row.npi|text }}{% endif %}
{% if row.federaltaxid %}{{ "TID"|xlt }}: {{ row.federaltaxid|text }}{% endif %}
)
{% endif %}
{% endif %}