def policy_edit_cancel
    if params[:id]
      flash_msg = _("Edit of Policy \"%{name}\" was cancelled by the user") % {:name => session[:edit][:new][:description]}
    else
      flash_msg = _("Add of new Policy was cancelled by the user")