{% extends "base.html" %} {% load static %} {% load tailwind_forms %} {% load i18n %} {% block title %}{% translate "Edit" %} {{ team.name }} ยท {{ site_title }}{% endblock %} {% block content %}
{% csrf_token %}

{% blocktranslate with team_name=team.name %}Settings ({{ team_name }}){% endblocktranslate %}

{% blocktranslate with team_name=team.name %}Team settings for "{{ team_name }}".{% endblocktranslate %}
{% tailwind_formfield form.name %} {% tailwind_formfield form.visibility %}
{% translate "Cancel" %}
{% endblock %}