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

UacReg Listing

{% for object in object_list %} {% endfor %}
IDLink l_uuid l_username l_domain r_username r_domain realm auth_username auth_password auth_ha1 auth_proxy expires flags reg_delay
{{object.pk}} {{object}} {{ object.l_uuid }} {{ object.l_username }} {{ object.l_domain }} {{ object.r_username }} {{ object.r_domain }} {{ object.realm }} {{ object.auth_username }} {{ object.auth_password }} {{ object.auth_ha1 }} {{ object.auth_proxy }} {{ object.expires }} {{ object.flags }} {{ object.reg_delay }}
Create new UacReg {% endblock %}