{% extends "base.html" %} {% block title %}Dashboard — Good Standing{% endblock %} {% block content %}
| Business | Industry | Health | Overdue | Exposure |
|---|---|---|---|---|
| {{ s.business['name'] }} | {{ s.business['industry'] }} · {{ s.business['state'] }} | {{ s.health.score }}/100 · {{ s.health.band|replace('-',' ') }} | {{ s.health.overdue }} | {% if s.health.exposure %}${{ s.health.exposure|comma }}{% else %}—{% endif %} |