${_('Content Protection :: %(s)s :: Edit Policy') % dict(s=c.POLICY_NAME[str(c.policy_type)])}

${h.form(url('policy-edit', policy_id=c.policy_id), method='post', class_="form-horizontal")} <%include file="../forms/base.html"/>
${h.end_form()}\
<%def name="title()"> ${_('Settings :: Content Protection :: %(s)s :: Edit Policy') % dict(s=c.POLICY_NAME[str(c.policy_type)])} <%def name="heading()"> ${_('Settings :: Content Protection :: %(s)s :: Edit Policy') % dict(s=c.POLICY_NAME[str(c.policy_type)])} <%def name="submenu()"> <%def name="headers()"> <%def name="localscripts()"> <%inherit file="../base.html"/>