{% extends 'index.html' %} {% block content %}
Stats Updated: {{statsUpdated}}
{% if not typeName %} Identifier Type {% else %} Identifier Type {% endif %}
Book Links
{% if paging %}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 %} |