{% extends base_template %} {% load i18n %} {% load staticfiles %} {% block register_active %}active{% endblock register_active %} {% block title %}{% trans "Register a Device" %} {{ block.super }}{% endblock title %} {% block headcss %}{{ block.super }} {% endblock headcss %} {% block headjs %}{{ block.super }} {% endblock headjs %} {% block content %} {% if not unregistered %}

{% trans "Device registration" %}

{% endif %} {% if error_msg %} {% comment %}Translators: Please do not edit the variable text: %(command)s {% endcomment %}

{% blocktrans %}Sorry, there was an error during registration.{% endblocktrans %}

{% trans "The error message was:" %} {{ error_msg }}

{% endif %} {% if newly_registered %}

{% trans "Congratulations, this device has now been registered." %}

{% endif %} {% if already_registered %}

{% trans "This device has already been registered." %}

{% endif %} {% if no_internet %}

{% trans "The device needs to have internet access when first being registered. Please ensure it is connected to the internet, and then" %} {% trans "refresh this page" %}.

{% endif %} {% if unregistered %}

{% trans "What is device registration?" %}

{% trans "Once you register your installation with us, your data can be synced to our online repository when KA Lite has access to the Internet. This is a good thing! Here's why:" %}

{% trans "Ready to register? You have two options:" %}

{% trans "One-click registration (no online access to data)" %}

{% trans "The perfect option for individual users who just want to get KA Lite up and running fast and don't need online access to data." %}

{% trans "This allows you to get the registration process over in one-click without worrying about creating a login that you're never going to use." %}

{% trans "One-click registration now!" %}

{% trans "Register with online access to data!" %}

{% trans "The perfect option for adminstrators of larger projects!" %}

{% trans "This option will walk you through the process of creating a login to our website that will allow you access your uploaded data and connect multiple installations to the same account." %}

{% trans "Register with an online account now!" %}
{% endif %} {% endblock content %}