{% extends 'base.html' %} {% load i18n %} {% load league_tags %} {% block title %}{% trans "Standings" %}{{ table_name }}{% endblock %} {% block content %}

{% trans "Standings" %}{{ table_name }}


{% if standings %} {% include 'content/full_table.html' with standings=standings %} {% endif %}
{% endblock %}