{% extends "base.html" %} {% block content %}
{{ team.league.name if team.league else "Default League" }}
This is an open team. You can join immediately.
{% else %}This is a closed team. You need to request to join and be approved by a team captain.
Request to Join {% endif %}{{ points_this_month }}
{{ point_change|abs }} from last month
1st Place
August 12, 2023
{{ days_ago }} days ago
{{ founded_date }}
Joined {{ member.joined }}
Performance chart would appear here
Last quiz night
{{ performance.last_quiz }}
Average per quiz
{{ performance.average }}
Best streak
{{ performance.best_streak }}
Earned {{ activity.points }} points in "{{ activity.event }}"
{{ activity.date }}
{{ activity.user }} joined the team
{{ activity.date }}
Achieved {{ activity.achievement }} in "{{ activity.event }}"
{{ activity.date }}
You are the owner of this team
You are an admin of this team
You are currently a member of this team.