{% extends 'index.html' %} {% block content %}
{{actionTitle}} in {{dbConfig.name}} {% if authorId %} Author {% else %} Author {% endif %} {{ include('links.html', {itemId: authorId}) }} {% if not authorId %} - Find Series links {% endif %}
{% if action == 'gr_series' %} {% set bookAction = 'gr_books' %} {% elseif action == 'wd_series' %} {% set bookAction = 'wd_books' %} {% else %} {% set bookAction = 'books' %} {% endif %} {% for item in series %} {% endfor %} {% if paging %} {{ include('paging.html') }} {% endif %}
Id AuthorId Title | Sort Books Action Link
{{item.id}} {{item.author}} {{item.name}} {{item.books}} {% if seriesId == item.id %}Search{% else %}Search{% endif %} {% if item.entityId %} {{item.entityId}} {% endif %}
{% block lookup %} {% if seriesId %}

Database Series

{{ include('links.html', {itemId: authorId}) }}

{% if not raw %} See raw {% else %} See parsed {% endif %} {{ include('models/serie.html', {serie: seriesInfo, endpoint: endpoint, dbNum: dbNum, raw: raw}, with_context = false) }}
{% endif %} {% endblock lookup %} {% endblock content %}