{% extends "base_user.html" %} {% block pagehead %}

Experiments Opted In by {{user.username}}

{% endblock %} {% block scripts %} {% endblock %} {% block content %}
{% for error in error_msg %}

{{error}}

{% endfor %}
{% csrf_token %}

Normal Opt-Ins

{% for opt in nice_opts %} {% endfor %}
Experiment
{{opt.experiment.project_name}}:{{opt.experiment.slice_name}}( details)

Strict Opt-Ins

{% for opt in strict_opts %} {% endfor %}
Experiment
{{opt.experiment.project_name}}:{{opt.experiment.slice_name}}( details)
{% for opt in strict_opts %} {% endfor %} {% for opt in nice_opts %} {% endfor %}
{% endblock content %}