{% extends "base.html" %} {% block body %}

Series

{% if not series_list %}

There are no series available.

{% else %}
{% for s in series_list %} {% endfor %}
Link Title Author Chapters Last Updated
Link {{ s.title }} {{ s.author }} {{ s.chapters | length }} {{ s.last_built_at and s.last_built_at | relative_datetime }}
{% endif %}
{% endblock %}