${this.loading ? html`
          
        ` : ''}
        ${this.error ? html`
          
        ` : ''}
        ${!this.loading && !this.error ? html`
          
            
          
          ${this.pageCount > 1 && this.isHovering ? html`
            
              Page ${this.currentPreviewPage} of ${this.pageCount}
            
          ` : ''}
          ${this.pageCount > 0 && !this.isHovering ? html`
            
              
              ${this.pageCount} page${this.pageCount > 1 ? 's' : ''}
            
          ` : ''}
          ${this.clickable ? html`
            
              
              View PDF
            
          ` : ''}
        ` : ''}