{% extends base|default:"core/base/base.html" %} {% block content %} {% load has_entitlement from feature_enabled %} {% has_entitlement request.user "organizations" as can_create_teams %}
{% if can_create_teams %} {% else %}
{% endif %}

You aren't logged into an organisation.

{#
#}

You are in {{ team_list.count }} team{{ team_list.count | pluralize }}.


{% if team_list %} {% else %} {% if can_create_teams %} {% else %}
{% endif %} {% endif %}
{% endblock content %}