{% extends "base.html" %} {% block title %}{{ business['name'] }} — Good Standing{% endblock %} {% block content %} ← Businesses

{{ business['name'] }}

{{ business['industry'] }} · {{ business['state'] }} · health {{ health.score }}/100{% if health.exposure %} · ${{ health.exposure|comma }} exposure{% endif %}

View public page →

Obligations

{% for o in obligations %} {% else %} {% endfor %}
ObligationStatusDueActions
{{ 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.
{% endblock %}