{% extends "helpme/base.html" %} {% load crispy_forms_tags %} {% block help_content %} {% if admin %}

Manage Teams

Create a new team

{% csrf_token %} {{ form|crispy }}
{% else %}

My Teams

{% for team in user_teams %}
  • {{ team }}
  • {% empty %}

    You don't belong to any teams yet.

    {% endfor %}