{% extends "base_firstboot.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block content %}

{% trans "Setup a freedombox.me subdomain with your voucher" %}

{% url 'pagekite:firstboot-skip' as finish_firstboot_url %} {% blocktrans trimmed %} Skip this step if you do not have a voucher or want to configure PageKite later with a different domain or credentials. {% endblocktrans %}

{% blocktrans trimmed %} You can use an already redeemed voucher but it will only work with the initially registered subdomain. {% endblocktrans %}

{% csrf_token %} {{ form|bootstrap_horizontal:'col-lg-3' }}
{% trans "Skip Registration" %}
{% endblock %}