{% block create %}
{% include 'manga/_chapter_row.html.twig' with { chapter: entity, manga: entity.manga } %}
{% endblock %}
{% block update %}
{% include 'manga/_chapter_row.html.twig' with { chapter: entity, manga: entity.manga } %}
{% endblock %}
{% block remove %}
{% endblock %}