{% extends "base.html" %} {% from "_macros.html" import byline %} {% block title %}{{ list.config.name }} — Great{% endblock %} {% block content %}
{{ list.config.description }}
{% endif %}| No. | {% if list.tiers %}Tier | {% endif %}Title | Year | Score | ± | |
|---|---|---|---|---|---|---|
| {{ row.rank }} | {% if list.tiers %}{% if row.tier_break or loop.first %}{{ row.tier }}{% endif %} | {% endif %}{{ row.item.title }}{% if row.creators %}{% endif %} | {% if row.item.year %}{{ row.item.year }}{% else %}—{% endif %} | {{ "%+.2f"|format(row.score.mean) }} | {{ "%.2f"|format(row.score.variance ** 0.5) }} |
|