render#
- IteratorGenerator.render(*, context=None, item_filter: str = '', embed_scene_data: bool = False, request=None) str#
Render the template to HTML.
- Parameters:
- context
dict,optional Additional context passed to the rendering engine.
- item_filter
str,optional ADR query string used to select
Iteminstances.- embed_scene_data: bool, optional
- Whether to include full scene data for 3D visualizations in the output HTML.
This can increase the size of the output significantly, so it is disabled by default.
- request
HttpRequest,optional Django request object, if available.
- context
- Returns:
strRendered HTML string for the report.