{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}

Location Listing

{% for object in object_list %} {% endfor %}
IDLink ruid username domain contact received path expires q callid cseq last_modified flags cflags user_agent socket methods instance reg_id server_id connection_id keepalive partition
{{object.pk}} {{object}} {{ object.ruid }} {{ object.username }} {{ object.domain }} {{ object.contact }} {{ object.received }} {{ object.path }} {{ object.expires }} {{ object.q }} {{ object.callid }} {{ object.cseq }} {{ object.last_modified }} {{ object.flags }} {{ object.cflags }} {{ object.user_agent }} {{ object.socket }} {{ object.methods }} {{ object.instance }} {{ object.reg_id }} {{ object.server_id }} {{ object.connection_id }} {{ object.keepalive }} {{ object.partition }}
Create new Location {% endblock %}