Renders a row of AdminLTE small-box dashboard tiles, one per query row, showing the first column value as a large heading and subsequent columns as labelled sub-items.
DASHLIST — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
For each row, all fields are rendered inside div.small-box.bg-aqua. The first field value is shown as an <h3>; remaining fields are shown as <p> elements. Field names that do not start with _ are displayed as labels.