{% extends "dashboard/layout.html" %} {% block title %}{{ team.name }} – {{ _('Team Dashboard') }}{% endblock %} {% set active_page = 'teams' %} {% block dashboard_content %}
{{ _('This team has a dedicated') }} {{ team_plan.name }} {{ _('plan active.') }} {% if team.stripe_subscription_id %} {{ _('Stripe subscription active') }} {% endif %}
{% else %}{{ _('This team currently uses your personal plan limits. Subscribe to a dedicated team plan to expand member capacity, file limits, and sharing features for all team members.') }}
{{ _('Member limit:') }} {{ members|selectattr('status','eq','active')|list|length }}/{{ max_members }}
{% endif %}{{ _('No members currently online.') }}
{% endfor %}