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.

include.twig 382B

12345678910111213
  1. <table class="layout" width="100%">
  2. <tr>
  3. <td align="left"><strong><a href="#" id="debug-view-include" class="brackets">View</a>
  4. {{ list|length|number_format }} Includes:</strong></td>
  5. </tr>
  6. </table>
  7. <table id="debug_include" class="debug_table hidden">
  8. {% for file in list %}
  9. <tr valign="top">
  10. <td>{{ file }}</td>
  11. </tr>
  12. {% endfor %}
  13. </table>