{% extends "base.html" %} {% block title %}{{ business['name'] }} — Good Standing{% endblock %} {% block content %} ← Businesses
{{ business['industry'] }} · {{ business['state'] }} · health {{ health.score }}/100{% if health.exposure %} · ${{ health.exposure|comma }} exposure{% endif %}
| Obligation | Status | Due | Actions |
|---|---|---|---|
| {{ o.name }} {{ o.frequency }} · ${{ o.penalty_amount|comma }} |
{{ o.status|replace('_',' ') }} | {{ o.due or '—' }} {{ o.label }} |
Edit |
| No obligations yet — add one from the library. | |||