{% import "macro/reevaluation_buttons.html" as macro_reevaluation_buttons %} {% import 'macro/pages.html' as macro_pages %} {% macro rows(admin, url, page_url, submissions, page, pages, dataset=none) -%} {# Render a table of submission data. admin (Admin): the logged in admin. url (Url): the URL instance referring to the root of AWS. page_url (Url): the URL instance referring to the page displaying the table. submissions ([Submissions]): the list of submissions to display in the table (current page only). page (int): 0-based number of the current page. pages (int): total number of pages. dataset (Dataset|None): the dataset to show results for, or if not defined use the active one. #} {% if pages == 0 %}
No submissions found.
{% else %} {{ macro_pages.selector(page_url, page, pages) }}| Time | User | Task | Status | Files | Token | Official | Comment | Reevaluate |
|---|