${_('Add outbound settings')}
${h.form(url('orgs-add-relay', orgid=c.orgid), method='post')}
<%include file="/forms/base.html"/>
${h.end_form()}\
<%def name="title()">
${_('Organizations :: %(name)s :: Add outbound settings') % dict(name=c.orgname)}
%def>
<%def name="heading()">
${_('Organizations :: %(name)s :: Add outbound settings') % dict(name=c.orgname)}
%def>
<%def name="headers()">
%def>
<%def name="localscripts()">
%def>
<%inherit file="/base.html"/>