{% extends "ui/templates/base/layout.html" %} {% block content %}
Generate execution tasks from firm task templates for active engagement subscriptions.
| Client | Service | Tasks | |
|---|---|---|---|
| {{ row.subscription.client.client_name if row.subscription.client else '-' }} | {{ row.subscription.catalogue.service_name if row.subscription.catalogue else '-' }} | {{ row.completed_tasks }}/{{ row.total_tasks }} completed ยท {{ row.open_tasks }} open | {% if can_generate %} {% endif %} |
| No active subscriptions found. | |||