{% extends 'sections/section.html' %} {% block content %} {{ super() }} {% for item in data.list %} {% endfor %}
{{ item.label|capitalize }}: {{ item.level|as_circles(data.scale) }}
{% endblock %}