{% extends "admin/base_site.html" %} {% load inline_action_tags %} {% block content %}

Export results for experiment: {{experiment.name}}

{% csrf_token %} {{ form.as_p }} {% render_inline_action_fields %}
{{ template_form.as_p }}
{% endblock %}