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

{% translate "New Project" %}

{% tailwind_formfield form.team %} {% tailwind_formfield form.name %} {% tailwind_formfield form.visibility %} {% tailwind_formfield form.retention_max_event_count %} {% translate "Cancel" %}
{% endblock %}