<buttonclass="data-export-delete">{% trans "Delete result" %}</button>
</div>
<divclass="export-options">
<div>
<label>
{% trans "Select which blocks to filter by (selecting none will grab all types):" %}
<selectmultiplename="block_types">
{% for label, value in block_choices.items %}
<optionvalue="{{value}}">{{label}}</option>
{% endfor %}
</select>
</label>
<divclass="data-export-options">
<divclass="data-export-field-container">
<divclass="data-export-field">
<label>
<span>{% trans "Problem types:" %}</span>
<selectmultiplename="block_types">
{% for label, value in block_choices.items %}
<optionvalue="{{value}}">{{label}}</option>
{% endfor %}
</select>
</label>
</div>
<divclass="data-export-helptext">
{% trans "Select which types of problem to include (selecting none will grab all types)" %}
</div>
</div>
<div>
<label>
<divclass="data-export-field-container">
<divclass="data-export-field">
<label>
<span>{% trans "Root block ID:" %}</span>
<inputtype="text"name="root_block_id"/>
</label>
</div>
<divclass="data-export-helptext">
{% trans "Input the ID of a chapter, section, or unit if you wish to only get results under it. Otherwise, it will grab all results for the course." %}
<inputtype="text"name="root_block_id"/>
</label>
</div>
</div>
<div>
<label>
<divclass="data-export-field-container">
<divclass="data-export-field">
<label>
<span>{% trans "Username:" %}</span>
<inputtype="text"name="username"/>
</label>
</div>
<divclass="data-export-helptext">
{% trans "Input the username of a student if you wish to query for a specific one. Otherwise, it will grab all results for all students." %}
<inputtype="text"name="username"/>
</label>
</div>
</div>
</div>
<divclass="data-export-actions">
<buttonclass="data-export-start">{% trans "Start a new export" %}</button>