{% macro recursive_file_tree(tree) %} {% import _self as self %} {% for key, value in tree %} {% if value is iterable %}
| {{ 'Name'|trans }} | |
| {{ file.name }} | |
| {{ 'Created'|trans }} | |
| {{ file.created | format_date }} | |
| {{ 'Info hash v1'|trans }} | |
| {{ file.hash.v1 }} | |
| {{ 'Info hash v2'|trans }} | |
| {{ file.hash.v2 }} | |
| {{ 'Generated'|trans }} | |
| {{ file['created by'] }} | |
| {{ 'Comment'|trans }} | |
| {{ file.comment }} | |
| {{ 'Files'|trans }} | |
| {{ recursive_file_tree(tree) }} | |
| {{ 'Trackers'|trans }} | |
| {{ tracker }} | |
| {{ file.announce }} | {% if file.announce not in trackers %} {% endif %} |
| {{ tracker }} | {% if tracker not in trackers %} {% endif %} |
| {{ 'Locales'|trans }} | |
| {{'Edit'|trans }} | |
| {{'Add'|trans }} | |
| {{ 'Pages'|trans }} | |
| {{'Edit'|trans }} | |
| {{'Add'|trans }} | |