{% extends "base_admin.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 %}
Rules
{{opt.experiment.project_name}}:{{opt.experiment.slice_name}} - ID: {{opt.id}}

Strict Opt-Ins

{% for opt in strict_opts %} {% endfor %}
Experiment
{{opt.experiment.project_name}}:{{opt.experiment.slice_name}}
{% for opt in strict_opts %} {% endfor %} {% for opt in nice_opts %} {% endfor %}