{% extends "competition/rankpoints_base.html" %} {% load i18n %} {% block content %} {% trans "Ranking" as title %}

{{ node|default:title }}

{{ object }}

{{ day|date:"jS F Y" }}

{% for content in node.contents.all %}
{{ content.copy|safe }}
{% endfor %}
{% for rank in object_list %} {% endfor %}
{% ifchanged rank.points %}{{ forloop.counter }}{% else %}={% endifchanged %} {{ rank.team.club.title }} {{ rank.points }}
{% endblock %}