{% extends 'admin/master.html' %} {% import 'admin/lib.html' as lib with context %} {% import 'macros.html' as m %} {% block head %} {{ m.app_head() }} {% endblock %} {% macro print_regions(region_ids) %} {% for region_id in region_ids %} {{ admin_view.get_region_name(region_id) }} ({{ region_id }}){{ "," if not loop.last }} {% endfor %} {% endmacro %} {% macro print_datetime(dt) %} {% if dt %} {{ dt.strftime('%d-%m-%Y %X') }} {% endif %} {% endmacro %} {% block body %}
{% if profile %}{{ profile._id.hex }}
{{ gaid }}
{{ profile.passport_uid }}
UUID | User-Agent | Updated at |
---|---|---|
{{ client._id.hex }}
|
{% if client.user_agent %}{{ client.user_agent.raw }}{% endif %} | {{ print_datetime(client.updated_at) }} |