{% extends 'base.html' %} {% block head %} {% endblock %} {% block title %} {{ name }} {% endblock %} {% block content %}
| Done | Name | Group |
|---|---|---|
| {% if chapter['is_read'] %}yes{% endif %} | Chapter {{ chapter['number'] }} {% if chapter['volume'] %}Volume {{ chapter['volume'] }} {% endif %} {% if chapter['name'] %}- {{ chapter['name'] }} {% endif %} | {{ ', '.join(chapter['groups']) }} |