{% extends "telemeta/resource_detail.html" %} {% load i18n %} {% load telemeta_tags %} {% block search %} {% endblock search %} {% block rightcol %} {% endblock rightcol %} {% block content %} {% block infos %}

{% trans "Livre complet" %}

{% trans "Chapitres" %}

{% with resource.children.all as children %} {% include "telemeta/inc/epub_list.html" %} {% endwith %}
{% endblock infos %} {% endblock %}