{% extends "ui/templates/base/layout.html" %}{% block content %}
Expiry, periodic updates, generated renewal work and escalation.
| Due | Client | Work | Status |
|---|---|---|---|
| {{ task.cycle_due_date }} | {{ client.client_name }} | {{ task.title }} | {{ task.status|replace('_',' ')|title }} |
| No open lifecycle work. | |||
| Client | Type | Number | Expiry / Next action | Status |
|---|---|---|---|---|
| {{ client.client_name }} | {{ rt.name }} | {{ reg.registration_number }} | {{ reg.valid_until or reg.next_action_date or '—' }} | {{ reg.status|replace('_',' ')|title }} |
| No registration records. | ||||