%# Foris - web administration interface for OpenWrt based on NETCONF %# Copyright (C) 2016 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("Installation finished") }}

{{! 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': url("config_index"), 'url2': url("config_page", page_name="system-password")} }}

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

%if not agreed_updater:

{{ trans("You have decided to disable the Updater service during the installation.") }} {{ trans("Without the Updater, installed software will not be kept up to date and you will also not be able to install Updater's package lists.") }} {{! trans('By enabling of the Updater, you can also join our research project: Project Turris.') }}

{{! trans('You can enable the Updater any time on the Updater configuration page.') % dict(url=url("config_page", page_name="updater")) }}

%else:

{{! trans('With Turris Omnia you can join the research project called Project Turris. Thanks to this project, your router can become a probe that analyzes the traffic between internet and the home network and identifies suspicious data flows.') }}

{{! trans('You can enable these additional features by following the instructions on the Data collection page.') % dict(url=url("config_page", page_name="data-collection")) }}

%end %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") }}