{% if page_name %}{{ page_name }}{% else %} {% trans "Roster" %} {% endif %} {% if team %} {{team.short_name}} {% endif %} {% if season %} {{season.name}} {% endif %}
{% if roster_image != Null %}
Brak danych
{% endif %}{% extends 'base.html' %}
{% block title %}{{ page_name }} {{ team.short_name }}{% endblock %}
{% load i18n %}
{% load league_tags %}
{% block content %}
Brak danych{% if page_name %}{{ page_name }}{% else %} {% trans "Roster" %} {% endif %} {% if team %} {{team.short_name}} {% endif %} {% if season %} {{season.name}} {% endif %}
{% if roster_image != Null %} {% endif %}
{% if roster %}
{% include 'content/team_roster.html' with roster=roster %}
{% else %}