{% comment %} RIMS decision rail — the right-sidebar block used on detail pages where the viewer is making a status decision (approve / reject / close-out). Lifts the polished pattern from `funding_detail.html` into a reusable shape so award and disbursement detail pages render the same way. Args: status_chip : pre-rendered HTML for the status badge (use {% rims_status_badge %}) status_label : plain text for the eyebrow (e.g. "Decision") kpis : list of {label, value, hint?} dicts rendered as stacked KPI rows actions : list of {label, url, variant, modal?} dicts variant: "primary" | "secondary" | "danger" | "ghost" When modal is set, the action triggers data-modal-target (existing JS handler) instead of a hard link. meta_rows : optional list of {label, value} dicts shown below the actions (useful for "Submitted by", "Last updated", etc.) footnote : optional short helper text under the actions {% endcomment %}