{% extends "org_template.html" %} {% from "components/page-header.html" import page_header %} {% block org_page_title %} Billing {% endblock %} {% block maincolumn_content %} {{ page_header("Billing", size="medium") }}
Your organization accepted version {{ current_org.agreement_signed_version }} of the U.S. Notify data sharing and financial agreement on {{ current_org.agreement_signed_at | format_date_normal }}.
{{ current_org.agreement_signed_on_behalf_of_name or current_org.agreement_signed_by.name }} signed the agreement on behalf of {{ current_org.name}}.
{% elif current_org.agreement_signed %}{{ current_org.name}} has accepted the U.S. Notify data sharing and financial agreement.
{% elif current_org.agreement_signed is false %}{{ current_org.name}} needs to accept the U.S. Notify data sharing and financial agreement.
{% elif current_org.agreement_signed is none %}{{ current_org.name}} has not accepted the U.S. Notify data sharing and financial agreement, but we have some service-specific agreements in place.
{% endif %}