{% extends "templates/web.html" %} {% block page_content %}
Active certifications supporting Form 499-A Line 303 revenue claims. Per Section IV.C.4, these must be renewed annually. The renewal worker emails customers at T-30, T-14, T-7, T-1 days.
| Filer (our customer) | Reseller | Reseller Filer ID | Signed | Renewal due | Status | Has signed PDF | |
|---|---|---|---|---|---|---|---|
| No reseller certifications on file yet. | |||||||
| {{ c.filer_legal_name or '—' }} |
{{ c.reseller_legal_name }}
{% if c.reseller_contact_email %}
{{ c.reseller_contact_email }} {% endif %} |
{{ c.reseller_filer_id_499 }} |
{{ frappe.utils.format_date(c.certification_date) }} |
{{ frappe.utils.format_date(c.renewal_due) }}
{% if c.days_to_renewal is not none %}
{% if c.days_to_renewal < 0 %}{{ -c.days_to_renewal }}d overdue {% else %}in {{ c.days_to_renewal }}d{% endif %} {% endif %} |
{{ c.status }} | {% if c.has_signed_pdf %}✓{% else %}—{% endif %} | {% if c.status == 'active' %} {% endif %} |