BioTorrents.de’s version of Gazelle
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- <table class="layout" width="100%">
- <tr>
- <td align="left"><strong><a href="#" id="debug-view-include" class="brackets">View</a>
- {{ list|length|number_format }} Includes:</strong></td>
- </tr>
- </table>
- <table id="debug_include" class="debug_table hidden">
- {% for file in list %}
- <tr valign="top">
- <td>{{ file }}</td>
- </tr>
- {% endfor %}
- </table>
|