{% extends "base.html" %} {% load tools %} {% block base_header_additional_head %} {% endblock %} {% block base_content %}
{% if forloop.first %} 0% {% elif forloop.counter|divisibleby:'10' %} {{ forloop.counter }}% {% endif %} | {% endfor %}
---|
{% endfor %} |