{% extends "distributed/base_manage.html" %} {% load i18n %} {% load staticfiles %} {% load my_filters %} {% block title %}{% trans "Update Software" %}{% endblock %} {% block i18n_do_not_translate %} {% block facility_active %}active{% endblock facility_active %} {% endblock i18n_do_not_translate %} {% block headcss %}{{ block.super }} {% endblock headcss %} {% block headjs %}{{ block.super }} {% endblock headjs %} {% block content %} {{ block.super }}

{% trans "Current Installation" %}

{% trans "Current Version" %}:
{% if is_git_repo %}
{{ git_software_version }}
{% else %}
{{ software_version }}
{% endif %} {# Translators: this specifies the software release date #}
{% trans "Release Date" %}:
{{ software_release_date }}
{% trans "Database Size" %}:
{{ database_size|floatformat }} {% trans "MB" %}
{% trans "Device ID" %}:
{{ device_id }}
{% trans "Last recorded usage" %}:
{{ database_last_updated }}
{% trans "Installation Location" %}:
{{ install_dir }}

{% trans "Use local file" %}:

{% trans "Select file" %}{% trans "Change" %} ×
{% include "updates/progress-bar.html" %}

{% trans "The JS of this page isn't working properly!" %}

{% endblock content %}