{% extends edc_base_template %} {% load static %} {% block extra-scripts %} {{ block.super }} {% endblock extra-scripts %} {% block main %}
Client | Sync Time(s) | Pending | Checkout | ||
---|---|---|---|---|---|
{{forloop.counter}} | {{data.device|truncatechars:10}} {{data.comment}} |
{% for file in data.sync_times %}
{{forloop.counter}}.
{{file.created |date:"D d, M y"}} {{file.created | time:"H:i A"}} {% empty %} Not synced today. {% endfor %} |
{% if data.pending > 0 %}
{{data.pending}} records Synchronize {{data.device}} with the server. |
{% else %}
{% if data.connected %} No pending data {% else %} {% endif%} | {% endif %}{% if not data.received %} {% if data.connected %} {% else %} Not Connected {% endif %} {% else %} {% if data.connected %} {% endif %} {% endif %} |