{% extends "control_panel/base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{{ device.name }}{% trans "Device Syncing History" %}{{ block.super }}{% endblock title %} {% block headcss %}{{ block.super }} {% endblock headcss %} {% block buttons %}{{ block.super }} {% if is_own_device %}
{% endif %} {% endblock buttons %} {% block control_panel_content %}{% trans "This device has never synced with the central server." %}
{% trans "This device is not registered, and so cannot sync data with the central server." %}
{% else %} {% with shown_sessions|length as shown_count %} {# Translators: shown_count and total_sessions are integer variables; do not translate them! #} ({% blocktrans %}showing {{ shown_count }} of {{ total_sessions }}{% endblocktrans %}) {% endwith %}| {% trans "Sync Date" %} | {% trans "Device IP Address" %} | {% trans "# Models Uploaded" %} | {% trans "# Models Downloaded" %} | {% trans "# Errors" %} |
|---|---|---|---|---|
| {{ sync_session.timestamp }} | {{ sync_session.ip }} | {{ sync_session.models_uploaded }} | {{ sync_session.models_downloaded }} | {{ sync_session.errors }} |