{% extends "base.html" %} {% block title %}Obligation library — Good Standing{% endblock %} {% block content %}

Obligation library

The editable content type — the compliance knowledge base. Businesses build their calendars from these.

{% for t in templates_list %} {% endfor %}
NameIndustryFreqPenalty
{{ t['name'] }}
{{ t['authority'] }} · {{ t['jurisdiction'] }}
{{ t['industry'] }} {{ t['frequency'] }} ${{ t['penalty_amount']|comma }} Edit
{% endblock %}