{% extends "base.html" %} {% load static %} {% load tailwind_forms %} {% load i18n %} {% block title %}{% translate "Settings" %} · {{ project.name }} · {{ site_title }}{% endblock %} {% block content %}
{% csrf_token %}

{% translate "Settings" %} · {{ project.name }}

{% blocktranslate with project_name=project.name %}Project settings for "{{ project_name }}".{% endblocktranslate %}
{% tailwind_formfield form.name %} {% tailwind_formfield form.slug %} {% tailwind_formfield form.visibility %} {% tailwind_formfield form.retention_max_event_count %}
{% tailwind_formfield form.dsn %}
{% include "includes/copy_button_only.html" with secondary=True %}
{% tailwind_formfield form.grouping_mechanism %}
{% translate "Cancel" %}
{% endblock %} {% block extra_js %} {% endblock %}