%# Foris - web administration interface for OpenWrt based on NETCONF %# Copyright (C) 2013 CZ.NIC, z.s.p.o. %# %# This program is free software: you can redistribute it and/or modify %# it under the terms of the GNU General Public License as published by %# the Free Software Foundation, either version 3 of the License, or %# (at your option) any later version. %# %# This program is distributed in the hope that it will be useful, %# but WITHOUT ANY WARRANTY; without even the implied warranty of %# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the %# GNU General Public License for more details. %# %# You should have received a copy of the GNU General Public License %# along with this program. If not, see . %# %rebase("wizard/base", **locals())

{{ trans("Device registration") }}

{{! trans("Device was successfully installed. Last step that is required is a registration of your device in your user profile on the Turris website %(url)s.") % {'url': "https://www.turris.cz/user/register-router"} }}

{{ code }}

{{! trans("Warning: this code is valid only for limited time. In case this code is refused, refresh this page to get a new one.") }}


{{ trans("What next?") }}

{{! trans("You can change any of the previously configured settings in the standard configuration interface. In case you are interested in more advanced options, you can use the LuCI interface which is available from the Advanced administration tab.") % {'url': helpers.external_url("config/"), 'url2': helpers.external_url("config/main/system-password/")} }}

%if len(notifications):

{{ trans("Important updates") }}

{{! trans("Important updates that require a device restart have been installed. Some services might not work if you don't restart the device. For details see below.") }}

%include("_notifications.tpl", notifications=notifications) %end {{ trans("Continue to the configuration interface") }}