{% extends "base.html" %} {% block content %}

Results for survey #{{signature}}

Checkout the survey page for details on the models.

The following users voted: {% for user in users %} {{user}} {% endfor %} {% for model in models %}

{{model['sig']}} ({{model['samples']}} samples)

Ratings: {{model['mean_rating']}} ± {{model['std_rating']}}

{% endfor %} {% endblock %}