{% extends 'sections/section.html' %} {% block content %} {{ super() }} {% for item in data.list %} {% endfor %}
{{ item.label }}: {{ item.id }} {% if item.reputation %} ({{ item.reputation|kilo }}) {% endif %}
{% endblock %}