Renders a DMN-style decision table viewer and editor for a named decision pack, with hit-rule documentation and optional version selection.
DECISION — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Param1 — decision pack name (lowercase). Pass "add" to show a searchable index of all packs.Param2 — optional version string.Returns an HTML fragment built from Jinja2 templates. In add-mode, renders a list of all decision packs with links and an add button. Otherwise renders the full decision table for the specified pack, including input/output columns, all rules, and hit-rule metadata.
Uses jinja2 for rendering. Supports all DMN hit rules (U, A, P, F, O, R, C+, C#, C<, C>). This is the simpler read-focused variant of the decision editor; compare with ObjReportCalculationAlt which includes more dev-role editing features.