{% extends 'base.html' %} {% block head %} {% endblock %} {% block title %} {{ name }} {% endblock %} {% block content %}

{{ name }}

{{ ibutton(href='https://mangadex.org/manga/' + id, right_icon='arrow-up-right', text='Source site', color='blue') }}
cover {% for chapter in chapters %} {% endfor %}
Name Group
Chapter {{ chapter['number'] }} {% if chapter['volume'] %}Volume {{ chapter['volume'] }} {% endif %} {% if chapter['name'] %}- {{ chapter['name'] }} {% endif %} {{ ', '.join(chapter['groups']) }}
{% endblock %}