{% if not raw %}
Name | {{author.name}} |
---|---|
Link | {{author.link}} |
Series | {{author.series|length}} |
Series {{serie.id}} | {{ include('models/serie.html', {serie: serie, endpoint: endpoint, dbNum: dbNum}, with_context = false) }} |
Books | {{author.books|length}} |
Book {{book.id}} | {{ include('models/book.html', {book: book, endpoint: endpoint, dbNum: dbNum}, with_context = false) }} |
{{author|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_UNESCAPED_SLASHES') b-or constant('JSON_UNESCAPED_UNICODE'))}}{% endif %}