{% extends "competition/rankpoints_base.html" %} {% load i18n %} {% block content %} {% trans "Ranking" as title %}
{% trans "Competition" %} | {% trans "Season" %} | {% trans "Date" %} | {% trans "Opponent" %} | {% trans "Points" %} | |
---|---|---|---|---|---|
{{ match.stage.division.season.competition }} | {{ match.stage.division.season }} | {{ match.date }} | {% if match.home_team.club == team.club %}{{ match.away_team }} | {% else %}{{ match.home_team }} | {% endif %}{% if points_decay != points %}{{ points|stringformat:".1f" }} →{% endif %} {{ points_decay|stringformat:".3f" }} |