{% extends 'index.html' %} {% block content %}
{{actionTitle}} in {{dbConfig.name}} {% block findlinks %} {% endblock findlinks %}
{% for item in authors %} {% endfor %} {% if paging %} {{ include('paging.html') }} {% endif %}
Id Name Sort Books Series Action Link
{{item.id}} {{item.name}} {{item.sort}} {{item.books}} {{item.series}} {{ include('links.html', {itemId: item.id}) }} {% if item.entityId %} {{item.entityId}} {% endif %}
{% block lookup %} {% if authorId %}

Database Author

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

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