{% extends "dashboard/layout.html" %} {% block title %}{{ _('My Teams – OnlineConvert') }}{% endblock %} {% set active_page = 'teams' %} {% block dashboard_content %}
{{ _('Collaborate with your team — share files, manage members, and work together.') }}
{{ _('No teams yet.') }}
{% if can_create %}{{ _('Create a team to start collaborating with others.') }}
{% else %}{{ _('Upgrade your plan to create and join teams.') }}
{% endif %}{{ team.member_count }} {{ _('active member') if team.member_count == 1 else _('active members') }} {% if team.sub_team_count %} · {{ team.sub_team_count }} {{ _('sub-team') if team.sub_team_count == 1 else _('sub-teams') }}{% endif %}
{{ _('Team Plan:') }} {{ team.plan_name }}
{% endif %}{{ _('Joined as') }} {{ team.role }}