@import java.util.ArrayList @args (ArrayList files, String path) @css => { } @js => { } @layout.template(files.size() + " Files", css, js) -> {

@for (int i = 0; i < path.split("/").length - 1; i++) { @path.split("/")[i] } @path.split("/")[path.split("/").length - 1]

@for (String[] fileArray : files) { @if (fileArray[3] == "true") { } else { } @if (fileArray[4] == "true") { } else if (fileArray[3] == "false") { } else { } }
Name Size Last modified Share Delete
../
@fileArray[0] @fileArray[1] @fileArray[2]
}