${h.form(url('domains-auth-settings-with-protocol', domainid=c.domain.id, proto=c.proto), method='post')}
${_("Add Auth Settings")}
<%include file="/forms/base.html"/>
${h.end_form()}\
<%def name="title()">
${_('Domains :: %(name)s :: Authentication settings') % dict(name=c.domain.name)}
%def>
<%def name="heading()">
${_('Domains :: %(name)s :: Authentication settings') % dict(name=c.domain.name)}
%def>
<%def name="headers()">
%def>
<%def name="localscripts()">\
%def>
<%inherit file="/base.html"/>