french -> French
[kdepim.git] / kjots / themes / other / booktemplate.html
blob4e269d9d249a297078110885b2878a41d331aed3
1 <div>
2 <table border="1" cellspacing="1" cellpadding="1" width="100%"><tr><td width="20%">
3 <h2 style="color:blue;">{{ entity.title }}</h2>
4 </td><td>
5 <div>
6 {% for entity in entity.entities %}
7 {% if entity.isBook %}
8 {% include "booktemplate.html" %}
9 {% else %}
10 {% if entity.isPage %}
11 {% include "pagetemplate.html" %}
12 {% endif %}
13 {% endif %}
14 {% endfor %}
15 </div>
16 </td></tr></table>
17 </div>