- search-results-template
- master_panel_heading
- master_main
- master_main_inner
- master_tabs
- master_main_panel_body
- category_panel_details
- player-infos-list-template
- common_template_list
- common_template_list_new_button_container
- player-info-result-template
- common_template_result
- common_template_result_inner
- edit_item_button
- rank_button
- activity_log_common_template_show_button
- show_result_caption
- common_template_result_fields
- common_template_result_field
- field_value_substitution
- field_label_substitution
- custom_block_attrs_html
- activity_log_references
- activity-log-reference-result-template
- (recursive common_template_result)
- update_metadata
- custom_block_attrs_html
- common_template_result
- common_template_list
- player-contacts-list-template
- (same structure as player-infos-list-template)
- addresses-list-template
- (same structure as player-infos-list-template)
- player-infos-list-template
- category_panel_trackers
- tracker-histories-list-template
- (same common_template_list structure)
- tracker-histories-list-template
- category_panel_activity_logs
- category_panel_external_ids
- sage-assignments-list-template
- scantron-assignments-list-template
- [external-id-type]-assignments-list-template
- (same common_template_list structure)
- category_panel_dynamic_models
- category_panel_details
- master_panel_footer
- master_main_inner
- search-results-template: Root template handling master record iteration
- common_template_list: Generic list handler for all collection types
- common_template_result: Generic individual item renderer
- common_template_result_inner: Core item structure with fields and metadata
- master_panel_heading: Master record header with ID and basic info
- master_main: Main content area with tabbed interface
- master_tabs: Navigation tabs based on page layout configuration
- category_panel_details: Core participant info (player_info, contacts, addresses)
- category_panel_trackers: Tracker history and status
- category_panel_activity_logs: Process workflows and case management
- category_panel_external_ids: Real-world identifier systems
- category_panel_dynamic_models: Runtime-generated data structures
- [model-name]-list-template: Collection view for each model type
- [model-name]-result-template: Individual item view for each model type
- activity-log-[type]-result-template: Specific activity log type renderers
- edit_item_button: Edit mode toggle
- rank_button: Record ranking/priority
- activity_log_common_template_show_button: Activity log navigation
- model_reference_button_container: Cross-model relationship buttons
- common_template_result_fields: Field collection iterator
- common_template_result_field: Individual field with label and value
- field_value_substitution: Tag substitution for field values
- update_metadata: Created/updated timestamps and user info
The template system uses Handlebars partials extensively, with {{> template_name}} calls creating the hierarchical structure. Each level can access parent context data and apply ReStructure-specific filters for user access controls, field visibility rules, and tag substitutions.