···1717 IsAuthenticated: props.IsAuthenticated,
1818 UserDID: props.UserDID,
1919 })
2020- // Move about section after feed for authenticated users
2121- // TODO: maybe leave it as a small section that can be
2222- // opened via a drowdown?
2020+ if props.IsAuthenticated {
2121+ <!-- Incomplete records loaded async -->
2222+ <div id="incomplete-records-section" hx-get="/api/incomplete-records" hx-trigger="load, refreshManage from:body" hx-swap="innerHTML">
2323+ </div>
2424+ <!-- Modal container for entity edit dialogs opened from dashboard -->
2525+ <div id="modal-container"></div>
2626+ }
2327 if !props.IsAuthenticated {
2428 @components.AboutInfoCard()
2529 }