{% comment %} Composant Progress avec DaisyUI Usage: Loading... {% endcomment %}
{% if title %}
{{ title }}
{% endif %}
{% if show_label == 'true' and label %} {{ label }} {% elif show_label == 'true' and value and indeterminate != 'true' %} {{ value }}{% if max != '100' %}/{{ max }}{% else %}%{% endif %} {% endif %}
{% if slot %}
{{ slot }}
{% endif %}