{% extends "base.html" %} {% block content %}

My Teams

Collaborate with your team on shared forms.

+ New Team
{% if teams %}
{% for team in teams %}

{{ team.name }}

{{ team.role }} {% if team.tier == 'teams_plus' %} Teams Plus {% elif team.tier == 'teams' %} Teams {% endif %}

Manage
{% endfor %}
{% else %}

No teams yet

Create a team to collaborate on shared forms with your team members.

+ Create Your First Team
{% endif %}
{% endblock %}