{% extends 'base.html' %} {% block head %} {% endblock %} {% block title %} {{ name }} {% endblock %} {% block content %}
Done | {% endif %}Name | Group |
---|---|---|
{% if chapter['is_read'] %} {{ ibutton(href='?unread=' + chapter['id'], text='✓', color='green', title='Click to unread') }} {% endif %} | {% endif %}Chapter {{ chapter['number'] }} {% if chapter['volume'] %}Volume {{ chapter['volume'] }} {% endif %} {% if chapter['name'] %}- {{ chapter['name'] }} {% endif %} | {{ ', '.join(chapter['groups']) }} |
This one has no chapters.
{% endif %} {% endblock %}