Renders a row of AdminLTE 3 info-box tiles with icon, text, numeric value, progress bar, and progress description, one tile per query row.
LEADER — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Each query row must supply: info text (col 0), current number (col 1), maximum number (col 2), unused (cols 3–4), icon class (col 5), box colour class (col 6), column width 1–12 (col 7), progress description (col 8). Progress percentage is computed as (number * 100) // max. Column width is capped at 12. The self._Width value controls padding in pixels between tiles.
Requires AdminLTE 3.1 CSS and JS from CDN.