{% extends 'base_templates/page_base_half.html' %} {% block content %} {% from "base_templates/form_macros.html" import render_field, render_file_field, render_submit_field with context %} {%- if show_package_list %}

{%- if show_all %} {{ word("Hide entries that are already classified") }} {%- else %} {{ word("Show entries that are already classified") }} {%- endif %}

{{ word('Packages') }}

{%- for package, count in package_list %} {%- if package == '_global' %} {{ word('Global') }} {{ count }} {%- elif package == playground_package %} {{ word("My Playground") }} {{ count }} {%- else %} {{ package }} {{ count }} {%- endif %} {%- endfor %} {%- endif %} {%- if show_file_list %}

{%- if show_all %} {{ word("Hide entries that are already classified") }} {%- else %} {{ word("Show entries that are already classified") }} {%- endif %}

{{ word('Interviews') }}

{%- for file, count in file_list %} {{ file }} {{ count }} {%- endfor %}
{%- endif %} {%- if show_group_id_list %}

{%- if show_all %} {{ word("Hide entries that are already classified") }} {%- else %} {{ word("Show entries that are already classified") }} {%- endif %}

{{ word('Models') }}

{{ word('Download') }}

{{ word("Show import controls") }}