Renders medium-sized full-width navigation buttons with an icon, title, subtitle, optional badge counter, and a conditional visibility check — a compact variant of ObjReportBigButton.
MEDIUMBUTTON — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Expects the same column structure as ObjReportBigButton: Title (col 0), Controller (col 1), Action (col 2), BadgeReport (col 3), Glyph (col 4), Colour (col 5), ShowReport (col 6). The title supports |-separated subtitle. The button uses min-height:0px for the title and subtitle instead of the larger fixed heights used by ObjReportBigButton.