{% extends 'eval/base.html' %} {% block title %}Gold Sets | Eval Admin{% endblock %} {% block action_bar %} Gold Sets {% endblock %} {% block content %}
{% include "eval/components/_gold_set_filters.html" %}
Upload gold set

Drop a gold set file or click to upload

Supports JSON gold set exports

File:
{% include "eval/components/_gold_set_table.html" with title="All gold sets" columns=table_columns show_actions=True actions=table_actions %}
{% load static %} {% endblock %}