closes #2165: license icon on book page
[wolnelektury.git] / apps / reporting / templates / reporting / main.html
index 485610d..46d49c9 100755 (executable)
@@ -12,6 +12,8 @@
 
     <div class="normal-text">
 
+    <h3>Audiobooki</h3>
+
     <table class="stats">
         <tr><th>Utwory</th></tr>
         <tr><td>Utwory:</td><td>{% count_books %}</td></tr>
         {% endfor %}
     </table>
 
+    <h3>Licencje</h3>
+    <ul>
+    {% for license, license_description in licenses %}
+        <li>{{ license }} ({{ license_description }})</li>
+    {% endfor %}
+    </ul>
+
+
     </div>
 
 {% endblock %}