render# TableMergeGenerator.render(*, context=None, item_filter: str = '', request=None) → str# Render the template to HTML. Parameters: contextdict, optionalAdditional context passed to the rendering engine. item_filterstr, optionalADR query string used to select Item instances. requestHttpRequest, optionalDjango request object, if available. Returns: strRendered HTML string for the report.