{% extends "dashboard/base.html" %} {% load staticfiles %} {% block title %}{{ experiment.name }} - {{ block.super }}{% endblock %} {% block body_class %}secondary dashboard{% endblock %} {% block body_id %}experiment-detail{% endblock %} {% block extra_head %} {% endblock %} {% block main %}

Experiment: {{ experiment.name }} ({{ app.name }})

« Experiements
{% if experiment.has_data %}Data-Driven{% else %}Normal{% endif %} Test

Confidence

Variations

+ New Variation Download CSV

Ok you are good to go. You are currently going to show {{ total_percentage|percent_int }}% of total visitors the varitions below.

You aren’t sending very much traffic to your baseline. This can make it difficult to tell whether your tests are improving over what you already have.

There is a porblem with your variations. Your current settings are too high, please reduce the variations total percentage shown to be 100% or under.

{{ total_percentage|percent_int }}%
{% csrf_token %} Delete Experiment
{% endblock %}