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.
12345678910111213141516 |
- <table class="layout" width="100%">
- <tr>
- <td align="left"><strong><a href="#" id="debug-view-extension" class="brackets">View</a>
- Extensions:</strong></td>
- </tr>
- </table>
- <table id="debug_extension" class="debug_table hidden">
- {% for name, extension in list %}
- <tr>
- <td style="vertical-align: top">{{ name }}</td>
- <td>
- {%- for e in extension %}{{ e }} {% endfor -%}
- </td>
- </tr>
- {% endfor %}
- </table>
|