{% extends "layout.html" %} {% block body %}
Case | Participants | Conv Rate | Confidence | Winner |
---|---|---|---|---|
{% if alt.is_winner() %}{% endif %}{{ alt.name }} {% if alt.is_control() %}control{% endif %} | {{ alt.participant_count()|number_format }} | {{ alt.conversion_rate()|number_to_percent }} | {{ alt.confidence_level() }} |
{% if alt.is_winner() %}
Winner!
{% else %}
{% endif %}
|