{{ title }}

{% if stage_counts %}
{{ complete_pct }}%
{% for stage in stage_counts %} {{ stage.name }} ({{ stage.count }}) {% endfor %}
{% if progress_total > 0 %}

{{ complete_count }} of {{ progress_total }} complete

{% endif %} {% else %}

{{ empty_message | default("No " + (entity_name|default("data"))|lower + " available.") }}

{% endif %}