{% load unfold %}
{{ icon }}
{{ title }}
{% if description %}
{{ description }}
{% endif %}
{% include 'admin/components/status_badge.html' with status=status text=status_text %}
{% if progress %}
{% include 'admin/components/progress_bar.html' with value=progress title=progress_title description=progress_description %}
{% endif %}