IP Address | IP Range | Description | |
---|---|---|---|
${ip.ip_addr} |
${h.ip_range(ip.ip_addr)} |
${h.literal(_('Inherited from %s') % h.link_to('*default*',h.url('admin_permissions_ips')))} | |
${ip.ip_addr} |
${h.ip_range(ip.ip_addr)} |
${ip.description} |
${h.secure_form(url('edit_user_ips', user_id=c.user.user_id),method='delete')} ${h.hidden('del_ip_id',ip.ip_id)} ${h.submit('remove_',_('Delete'),id="remove_ip_%s" % ip.ip_id, class_="btn btn-link btn-danger", onclick="return confirm('"+_('Confirm to delete this ip: %s') % ip.ip_addr+"');")} ${h.end_form()} |
${_('All IP addresses are allowed')} |