{% block subview_content_subheader %}
{% endblock subview_content_subheader %}
{% extends "organizations/base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% block subtitle %}{% if team %}{{ team.name }}{% else %}{% trans "New team" %}{% endif %}{% endblock %} - {{ organization.name }}{% endblock %} {% block content-header %} {% include "organizations/partials/header.html" with teams_active="active" %} {% endblock %} {# This UI uses the same structure from the project creation form views #} {% block content %}