{% extends "layout.html" %} {% block body %}

{% for owner in owners %}

Username: {{ owner.username }}

Password: {{ owner.password }}

IS-04 Registration Access Rights: {{ owner.registration_access }}

IS-04 Query Access Rights: {{ owner.query_access }}

IS-04 Node Access Rights: {{ owner.node_access }}

IS-05 Connection Management Access Rights: {{ owner.connection_access }}

IS-06 Network Control Access Rights: {{ owner.netctrl_access }}

IS-07 Event and Tally Access Rights: {{ owner.events_access }}

IS-08 Audio Channel Mapping Access Rights: {{ owner.channelmapping_access }}


{% endfor %} {% endblock %}