{% extends "base.html" %} {% load i18n %}{% load bootstrap %} {% block content %}

{{ domain.domain }}
{% trans "back to overview" %}

{% trans "Edit Domain" %}

{% trans "You can't change the domain name. If you want to have another domain name, you have to delete this domain and create a new one." %}

{% blocktrans %}Please note that update algorithm and update secret need to match. Just create a new secret after submitting this form with a changed update algorithm.{% endblocktrans %}

{% csrf_token %} {{ form|bootstrap }}

{% trans "Show Configuration" %}

{% blocktrans %}We'll generate a ready-to-use configuration for your name server, filled out with all values (including a new secret).{% endblocktrans %}

{% blocktrans %}We'll create a new shared secret - if you had one before, it will become invalid. You have to use the new secret in your name server configuration.{% endblocktrans %}

{% trans "Delete Domain" %}

{% trans "Deleting a domain is not undoable. If you need it back, you'll have to add it again and configure a new shared secret." %}

{% endblock %}