{%{{{ '::Enum:BookType:' + row.type | abpLocalization }}}%}
{%{{{ row.publishDate | date }}}%}
{%{{{ row.price | currency }}}%}
```
Now you can see the final result on your browser:
![Book list final result](./images/bookstore-book-list.png)
{{end}}
## The Next Part
See the [next part](Part-3.md) of this tutorial.