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.

performance.twig 442B

1234567891011121314
  1. <table class="layout" width="100%">
  2. <tr>
  3. <td align="left"><strong><a href="#" id="debug-view-perf" class="brackets">View</a>
  4. Performance Statistics:</strong></td>
  5. </tr>
  6. </table>
  7. <table id="debug_perf" class="debug_table hidden">
  8. {% for stat, value in list %}
  9. <tr valign="top">
  10. <td class="debug_perf_stat">{{ stat }}</td>
  11. <td class="debug_perf_data">{{ value }}</td>
  12. </tr>
  13. {% endfor %}
  14. </table>