diff --git a/frontend/templates/list-annotation-edit.tmpl b/frontend/templates/list-annotation-edit.tmpl index fe0bfbba3..7d66fe1e3 100644 --- a/frontend/templates/list-annotation-edit.tmpl +++ b/frontend/templates/list-annotation-edit.tmpl @@ -84,4 +84,31 @@ +
+
+ {{t "annotation.author"}} + {{created_by_nickname}} + {{t "annotation.created"}} + {{formatDate created_at}} + {{t "annotation.track"}} + {{track}} +
+ +
+ {{#each content}} + {{> (lookup . 'type') annotation=..}} + {{/each}} +
+ + {{#if isMine}} + {{#unless createdFromQuestionnaire}} +
+ +
+ {{/unless}} + {{/if}} +
+