{% assign funnel = crm-dashboard.pipeline_funnel %}
{{ funnel.title }}
{{ funnel.period }}
{% for item in funnel.items %}
{{ item.label }}
{% include "ui/progress.html" value=item.progress color=item.color class="h-4" %}
{{ item.count }}
{{ item.amount }}
{% endfor %}
{{ funnel.conversion_label }}
{{ funnel.conversion_value }}