1 {% extends "admin/change_list.html" %}
5 <script type="text/javascript">
7 $(document).ready(function($) {
8 $("#redmine-table-switch").click(function() {
9 $('#redmine-table').toggle()
21 <a id="redmine-table-switch">↓ {% trans "Table for Redmine wiki" %} ↓</a>
22 <div id="redmine-table" style="display:none; padding:1em; border: 1px solid #aaa;">
23 |{% for theme in cl.get_query_set %}[[{{ theme }}]]|{% if forloop.counter|divisibleby:7 %}<br/>
24 |{% endif %}{% endfor %}