%# Foris - web administration interface for OpenWrt based on NETCONF %# Copyright (C) 2015 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("config/base.tpl", **locals())
%if DEVICE_CUSTOMIZATION == "omnia":

{{ trans("With the Turris Omnia router you can join Project Turris which is a non-profit research project founded by the CZ.NIC association, a .CZ domain registry. By joining the project, your router will act as a probe which analyzes traffic between your home network and the Internet and helps to identify malicious data flows. Once such a flow is detected your router notifies the Turris headquarters which can compare the flow with data from the rest of the probes and assign it a threat level. If the flow is identified as an attack Turris headquarters can prepare an update which is distributed to every Turris router and helps them to protect themselves against the attack.") }}

%if updater_disabled:
{{ trans("The Updater is currently disabled. You must enable it first to enable data collection.") }}
%end %if defined('registration_check_form'):

{{ trans("If you want to join the Turris project you need to register on the Turris portal first. Enter the email address you want to register with or which you have used for this purpose before:") }}

%for field in registration_check_form.active_fields: %include("_field.tpl", field=field) %end
%end %include("_messages.tpl") %if defined('collection_toggle_form'): %# Terms have been accepted and user can toggle data collection
%for field in collection_toggle_form.active_fields: %include("_field.tpl", field=field) %end
%end %else: %include("_messages.tpl") %end %if DEVICE_CUSTOMIZATION == "turris" or (defined('agreed') and agreed):

{{ form.sections[0].title }}

{{! form.sections[0].description }}

%for field in form.active_fields: %include("_field.tpl", field=field) %end
{{ trans("Discard changes") }}
%end