{% from 'include/input_macros.html' import copy_to_clipboard %} {%- for t in table %} {%- if t.1.0 != '' -%} {% set headers = t.1.0.split(':')[1] %} {% set headers = headers.split(' ') %} {% endif %}
Table name:{{t.0.0}} | Type: {{t.0.1}} | Size: {{t.0.2|int() / 1024 / 1024}} Mb | Used: {{t.0.3}} |