{% 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" %}
Create Gold Set Upload Gold Set

Drop a gold set file or click to upload

Supports JSON gold set exports

File:
{% if default_count > 0 %}
{% include "eval/components/_gold_set_table.html" with title="Developer-maintained gold sets" columns=table_columns show_actions=True actions=default_table_actions empty_message="No default gold sets found." %}
{% endif %} {% include "eval/components/_gold_set_table.html" with title="My gold sets" columns=table_columns show_actions=True actions=table_actions %}
{% load static %} {% endblock %}