{% extends "ui/templates/base/layout.html" %} {% block content %}

Generate Service Tasks

Generate execution tasks from firm task templates for active engagement subscriptions.

Dashboard
{% for row in rows %} {% else %} {% endfor %}
ClientServiceTasks
{{ 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.
{% endblock %}