{% extends "base.html" %} {% block content %} {% include "includes/sidenav.html" %}
{% if user.userprofile.team %} You are currently in the team: {{ user.userprofile.team.name }} {% else %} Check your pending team invitations {% endif %}
Invited by {{ request.team.admin.username }}
You don't have any pending team invitations at the moment.
{% if not user.userprofile.team %}
Create your own team
{% endif %}