| {{ state }} |
{{ data.total_sales|format_currency(display_currency()) }} |
{{ data.transaction_count }} |
{{ data.sales_threshold|format_currency(display_currency(), null, 0) }} |
{% if data.no_sales_tax is defined and data.no_sales_tax %}No Sales Tax
{% elseif has_nexus %}Nexus Established
{% elseif data.total_sales >= data.sales_threshold * 0.8 %}Approaching
{% else %}No Nexus{% endif %}
|
{% if not (data.no_sales_tax is defined and data.no_sales_tax) and has_nexus %}Register & Collect
{% else %}—{% endif %}
|
{% endfor %}