forked from filipg/gonito
10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
$if null results
|
|
<h2> No results found!
|
|
|
|
$else
|
|
<h2> #{length results} results:
|
|
^{Table.buildBootstrap annotationResultsTable results}
|
|
|
|
<h3> Value of Answers:
|
|
^{Table.buildBootstrap annotationLabelsTable labels}
|