{% extends "base-site.html" %} {% block title %} Connect {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
[SEND COT]
Name
Attitude
Longitude
GeoObject
Latitude
Timeout
[EMERGENCY]
Name
Latitude
Longitude
Type
UID
{% for dict_items in json_data %}
{{dict_items['name']}}
{{dict_items['lat']}}
{{dict_items['lon']}}
{{dict_items['type']}}
{{dict_items['uid']}}
{% endfor %}
{% if json_data|length == 0 %} No Records. {% endif %}
[MANAGE PRESENCE]
Name
Role
Longitude
Team
Latitude
[MESSAGE]
Sender
{{ msg if msg is defined else ' ' }}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}