{# Template for devices listing. #}

Devices

{% for dev in devices %} {% with dev.last_update as last_update %} {% endwith %} {% endfor %}
ID Last update Owner App version Device Network Last location
{{dev.key.name}} {{last_update.timestamp|timesince}} ago {{dev.user.email}} {{last_update.app_version}} {{dev.manufacturer}} {{dev.model}} {{last_update.carrier}} {{last_update.network_type}} {{last_update.location.lat}},{{last_update.location.lon}}
{% if more_devices_link %} More >>    {% endif %}