${fullCardIssue ? renderNotificationBlock(fullCardIssue.notification) : ''}
${this._renderMenuStatusContainer('bottom')}
${this._config?.elements &&
this._controller.getInitializationManager().areMandatoryAspectsInitialized()
? // Elements need to render after the main views so it can render 'on
// top'. They are held until the card is initialized: the template
// renderer loads lazily as a mandatory init aspect (when the
// config uses templates), so rendering elements earlier could
// emit raw, unrendered templates or evaluate their visibility
// conditions before the renderer is available.
html`