You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
28 lines
1.1 KiB
<tr> |
|
{% if row.is_provider_in_group %} |
|
<td class="detail text-left"> |
|
{% else %} |
|
<td class="detail text-center"> |
|
{% endif %} |
|
<h6> |
|
<span>{{ "Provider"|xlt }}: {{ row.prov_lname|text }},{{ row.prov_fname|text }}</span> |
|
{% if row.is_provider_in_group %} |
|
{% if row.npi and row.group.federaltaxid %} |
|
<span>( |
|
<span>{{ "NPI"|xlt }}: {{ row.npi|text }}</span> |
|
<span>{{ "Group TIN"|xlt }}: {{ row.group.federaltaxid|text }}</span> |
|
)</span> |
|
{% endif %} |
|
{% else %} |
|
{% if row.npi or row.federaltaxid %} |
|
<span>( |
|
{% if row.npi %}<span>{{ "NPI"|xlt }}: {{ row.npi|text }}</span>{% endif %} |
|
{% if row.federaltaxid %}<span>{{ "TID"|xlt }}: {{ row.federaltaxid|text }}</span>{% endif %} |
|
) |
|
</span> |
|
{% endif %} |
|
{% endif %} |
|
</h6> |
|
</td> |
|
<td colspan="{{ columns-1|attr }}"> </td> |
|
</tr> |