{% extends "base_firstboot.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block content %}
{% 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 %}
{% endblock %}