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

{{ node|default:title }}

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

{% for content in node.contents.all %}
{{ content.copy|safe }}
{% endfor %}
{% endblock %}