{% extends 'base.html.twig' %}
{% block toolbar %}
{% if toolbar is defined %}
{{ manga.description|truncate(500) }}
| # | Title | Actions | |
|---|---|---|---|
| {{ '%02d'|format(volume) }} | Volume {{ '%02d'|format(volume) }} | ||
| {{ '%02d'|format(chapter.number) }} | {% else %}{{ '%02d'|format(chapter.number) }} | {% endif %}{% if chapter.cbzPath is not null %} {{ chapter.title ?? 'No title' }} {% else %} {{ chapter.title ?? 'No title' }} {% endif %} | {% if chapter.cbzPath is null %} {% else %} {% endif %} |