Vintage Book Shop
[作成]
書名
分野
著者
価格
在庫
{#for book in books}
{book.id}
{book.title}
{book.genre}
{book.author}
{book.price}
{#if book.stock}有り{#else}なし{/if}
[削]
{/for}