{% extends "central/base.html" %} {% load i18n %} {% load my_filters %} {% load staticfiles %} {% block title %}{% trans "Download" %}{% endblock %} {% block download_active %}active{% endblock download_active %} {% block headcss %}{{ block.super }} {% endblock headcss %} {% block content %} {% comment "Header instructions" %}{% endcomment %}
{% comment "Form for downloading KALite is accessible only to authenticatd users" %}{% endcomment %}

Downloads

for Offline Installation / Upgrade
{% csrf_token %} {% if user.is_anonymous %}
 

Single-server Edition

Multiple-server Edition

Features
Students can log in and record progress.
Share student and teacher data across multiple installs.*  
View usage data online.*  
  Download
Single-server Edition
Login to get
Multiple-server Edition
* requires occasional internet access    
{% else %}
{% for err in errors %}{{ err }}{% endfor %}

{% trans "Select Network:" %}

Add a network
{% endif %}
{% endblock %}