{% extends 'index.html' %} {% block content %}
{{actionTitle}} for {{dbConfig.name}} {% block findlinks %} {% endblock findlinks %}
{{ include('db_header.html') }} {{ include('db_entry.html') }}

Stats Updated: {{statsUpdated}}

{% if not typeName %} Identifier Type {% else %} Identifier Type {% endif %}

{% if typeName and links %}

Book Links

{% if paging %} {{ include('paging.html') }}
{% endif %} {% for book in links %} {% endfor %}
Id Title Identifier Author Author Link Series Series Link
{{book.book}} {{book.title}} {{book.value}} {{authors[book.author]}} {% if book.author_link %} {{book.author_link|split('/')|last}} {% endif %} {% if book.series %} {{series[book.series]}} #{{book.series_index}} {% endif %} {% if book.series_link %} {{book.series_link|split('/')|last}} {% endif %}
{% if paging %} {{ include('paging.html') }}
{% endif %} {% endif %} {% endblock content %}