{% extends base_template_name %} {% load static %} {% block extra-scripts %} {{ block.super }} {% endblock extra-scripts %} {% block main %}
{%for data in report_data %} {% if data.pending > 0 %} {% else %} {% endif %} {% empty %}
No data to generate report.
{% endfor %}
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 %}
{{data.pending}} records
Synchronize {{data.device}} with the server.
{% if data.connected %} No pending data {% else %} {% endif%} {% if not data.received %} {% if data.connected %} {% else %} {% endif %} {% else %} {% if data.connected %} {% endif %} {% endif %}
{% endblock main %}