<buttonclass="data-export-download">{% trans "Download result" %}</button>
<buttonclass="data-export-start">{% trans "Start a new export" %}</button>
<buttonclass="data-export-cancel">{% trans "Cancel current export" %}</button>
<buttonclass="data-export-delete">{% trans "Delete result" %}</button>
</div>
<divclass="export-options">
<div>
<label><inputtype="checkbox"name="filter_blocks"/>{% trans "Filter by block type" %}</label>
</div>
<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>
</div>
<div>
<label>
{% trans "Input the Usage 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>
<label>
{% 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>
<divclass="data-export-actions">
<buttonclass="data-export-start">{% trans "Start a new export" %}</button>