{# stage_box(stage, label, icon, color) stage — Alpine store key, e.g. 'imaging' label — display heading, e.g. 'Imaging' icon — bootstrap-icons name, e.g. 'camera-fill' color — Bootstrap color name for badge/icon, e.g. 'primary' col_attrs — extra HTML attrs on the col div, e.g. x-show="..." Supports Jinja2 caller(): if invoked via {% call stage_box(...) %}, the caller block replaces the default success/fail progress bar. #} {% macro stage_box(stage, label, icon, color, col_attrs='') %}
No scheduled tasks