{% extends "split/base.html" %} {% block content %} {% if experiments %}
The list below contains all the registered experiments along with the number of test participants, completed and conversion rate currently in the system.
{% for experiment in experiments %} {% include "split/_experiment.html" %} {% endfor %} {% else %}

No experiments have been started yet. You need to define them in your code and introduce them to your users.

Check out the documentation for more help getting started.

{% endif %} {% endblock %}