${h.form(url('domains-edit-auth', authid=c.authid), method='post')}
${_("Update Authentication server")}
<%include file="/forms/base.html"/>
${h.end_form()}\
<%def name="title()">
${_('Domains :: %(name)s :: Update authentication settings') % dict(name=c.domainname)}
%def>
<%def name="heading()">
${_('Domains :: %(name)s :: Update authentication settings') % dict(name=c.domainname)}
%def>
<%def name="headers()">
%def>
<%def name="localscripts()">\
%def>
<%inherit file="/base.html"/>