+ + {#if imageUrl} + + {:else} + + {/if} + + + + {title} + {#if subtitle} + {subtitle} + {/if} + + {#if state === 'kept'} + Kept + {/if} + + + + + {#if state === 'requestable'} + + Request + + {:else if state === 'kept'} + + In library + + {:else} + + Requested + + {/if} + +