french -> French
[kdepim.git] / kjots / themes / default / book_toc_list.html
blobe4dae787db2f0d41aa48e93f3010368475cc0f7a
1 <ul>
2 {% for entity in entity.entities %}
3 <li><a href="#{% if entity.isPage %}page{% else %}book{% endif %}_{{ entity.entityId }}">{{ entity.title }}</a></li>
4 {% if entity.isBook %}
5 {% include "book_toc_list.html" %}
6 {% endif %}
7 {% endfor %}
8 </ul>