{% for userBook in user.profile.getBooksOwned %}
{{userBook.book.gid}},{{userBook.book.isbn}},{{userBook.book.title}}
{% endfor%}