gonito/templates/annotation-task-results.hamlet

10 lines
221 B
Plaintext
Raw Normal View History

2020-07-11 14:14:35 +02:00
$if null results
<h2> No results found!
$else
<h2> #{length results} results:
^{Table.buildBootstrap annotationResultsTable results}
<h3> Value of Answers:
^{Table.buildBootstrap annotationLabelsTable labels}